help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Questions to Mutt-mode


From: Peter Dyballa
Subject: Re: Questions to Mutt-mode
Date: Mon, 23 Jul 2007 16:30:29 +0200


Am 23.07.2007 um 15:48 schrieb Sven Bretfeld:

This problem is now solved. The solution is:

(setq default-frame-alist (append (list
  '(width  . 82)
  '(height . 45))
  default-frame-alist))

(add-to-list
  'default-frame-alist
'(font . "-Adobe-Courier-Medium-R-Normal--24-240-75-75-M-150- ISO8859-1"))

The following does not work?

        (setq default-frame-alist (append (list
          '(width  . 82)
          '(height . 45)
'(font . "-Adobe-Courier-Medium-R-Normal--24-240-75-75-M-150- ISO8859-1")
        )))

--
Mit friedvollen Grüßen

  Pete

"Eternity is a terrible thought. I mean, where's it going to end?"
                                            - Tom Stoppard






reply via email to

[Prev in Thread] Current Thread [Next in Thread]