[MacPorts] #28347: emacs-app does not read/remember correctly .emacs

MacPorts noreply at macports.org
Thu Feb 10 05:39:40 PST 2011


#28347: emacs-app does not read/remember correctly .emacs
----------------------------------------+-----------------------------------
  Reporter:  Maurizio.Loreti@…          |       Owner:  css@…           
      Type:  defect                     |      Status:  closed          
  Priority:  Normal                     |   Milestone:                  
 Component:  ports                      |     Version:  1.9.2           
Resolution:  invalid                    |    Keywords:                  
      Port:  emacs-app                  |  
----------------------------------------+-----------------------------------
Changes (by css@…):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 This is a configuration error, not a port bug. You need to set the colors
 for the default frames, not just the current one. Try the following in
 your .emacs instead:
 {{{
 (setq default-frame-alist '((background-color . "#F0FFFF")
   (foreground-color . "#000080")))
 }}}

 See:

  * http://www.delorie.com/gnu/docs/emacs/emacs_198.html
  * http://superuser.com/questions/210555/emacs-font-settings-not-working-
 in-new-frame

-- 
Ticket URL: <https://trac.macports.org/ticket/28347#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list