Menu

#21 Identifying an Mac consistently

normal
closed-fixed
general (6)
7
2004-01-04
2004-01-03
No

Code for identifying mac OS X does not seem to do so
consistently. For example in e-macs.el we have:

emacro/e-macs.el:(when (not (eq system-type 'darwin)) ;
OS X console hates scrollbars

emacro/e-macs.el: (string-match "darwin"
(symbol-name system-type))))

We must standardize the code for identifying a OS X system
(maybe set a variable at one place and check for the
variable everywhere else).

Discussion

  • Bruce Ingalls

    Bruce Ingalls - 2004-01-04
    • status: open --> closed-fixed
     
  • Bruce Ingalls

    Bruce Ingalls - 2004-01-04

    Logged In: YES
    user_id=58006

    This was already fixed in the release that is now out.

     

Log in to post a comment.