patchw3 - Patches: patch #7546, MacOS X w3 crashes on startup

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #7546: MacOS X w3 crashes on startup

Submitter:  Devon Sean McCullough <devon>
Submitted:  Fri 27 May 2011 06:06:32 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open

Sat 06 Aug 2011 10:29:04 AM UTC, comment #2: 

I've attached a further patch to fix the "big font" issue mentioned in bug 30428.



(file #23754)

Matt Curtis <mrc>
Fri 27 May 2011 06:41:08 PM UTC, comment #1: 

This patch fixes two NextStep/MacOSX bugs,
including the fix in https://savannah.gnu.org/bugs/?30428

Peace
--Devon

PS: The other patch is a year old,
yet has not been applied,
is w3 dead or alive?

Devon Sean McCullough <devon>
Fri 27 May 2011 06:06:32 PM UTC, original submission:  

Here's the fix

--- w3-git-2011e-May-26-Thu/lisp/font.el 2011-05-26 15:31:52.000000000 -0400
+++ w3/lisp/font.el 2011-05-27 13:07:30.000000000 -0400
@@ -79,6 +79,7 @@
     (mswindows . (mswindows-font-create-name mswindows-font-create-object))
     (win32    . (x-font-create-name x-font-create-object))
     (w32      . (x-font-create-name x-font-create-object))
+    (ns        . (x-font-create-name x-font-create-object)) ; NextStep, MacOS X
     (pm       . (x-font-create-name x-font-create-object)) ; Change? FIXME
     (tty      . (tty-font-create-plist tty-font-create-object)))
   "Alist mapping device types to functions.
@@ -430,7 +431,7 @@
       ;(weight "\\(bold\\|demibold\\|medium\\|black\\)")
       (weight\? "\\([^-]*\\)")
       ;(slant "\\([ior]\\)")
-      (slant\? "\\([^-]?\\)")
+      (slant\? "\\([^-]*\\)")
       (swidth "\\([^-]*\\)")
       (adstyle "\\([^-]*\\)")
       (pixelsize "\\(\\*\\|[0-9]+\\)")

Devon Sean McCullough <devon>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #23754:  w3-ns-device.patch added by mrc (2KiB - application/octet-stream - Enhance device to support OSX.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mrc (Updated the item)
  • -email is unavailable- added by devon (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-08-06 mrc Attached File- Added w3-ns-device.patch, #23754

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code