[macemacsjp-english 850] Re: Help Emacs

Zurück zum Archiv-Index

Roussanka Loukanova rlouk****@stp*****
Mon Jan 22 20:36:52 JST 2007


On Mon, 22 Jan 2007, Peter Dyballa wrote:
...
>>
>> 1. If I select larger font in an open buffer, e.g. with Shift-Click
>> and
>> select Courier 18, then I can not get this saved for future Emacs
>> sessions with Options -> SaveOptions; and I do not know how to get
>> this
>> with Customize Emacs.
>
> Emacs does not have the concept of different fonts used in different
> windows (buffers) in one frame, at least not yet and except
> fontification. Only a whole frame can have a particular font or
> fontset selected. And since it's the frame to which the font or
> fontset is bound, there's no local variable to bind the font or
> fontset to some file or buffer.
>

This is fine, as long as I can somehow get saved a larger font selection 
for all Emacs sessions. I used to have a statement in .emacs (with Emacs 
under Linux), but it doesn't work anymore. You posted a customization 
(copied below) for .emacs. If I put it in my .emacs, I get the color 
of the background, but Emacs complains "Font `-*-*-medium...' is not 
defined"

Roussanka

        (setq initial-frame-alist '(
          (mouse-color      . "midnightblue")
          (foreground-color . "midnightblue")
          (background-color . "antiquewhite1")
          (font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset-hiraginomin")
          (top . 10) (left . 650) (width . 89) (height . 60)))

        (setq default-frame-alist '(
          (cursor-color         . "purple")
          (cursor-type          . box)
          (vertical-scroll-bars . left)
          (active-alpha         . 0.875)
          (inactive-alpha       . 0.75)
          (font . "-*-*-medium-r-normal--9-*-*-*-*-*-fontset-hiraginokaku")
          (top . 20) (left . 150) (width . 89) (height . 56)))



> Maybe in Aquamacs Emacs this is possible because it opens every file
> in its own frame ...
>
> --
> Greetings
>
>   Pete
>
> Got Mole problems?
> Call Avogadro 6.02 x 10^23
>



More information about the macemacsjp-english mailing list
Zurück zum Archiv-Index