all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Fontsize on startup
@ 2005-07-03 20:22 Stefan Bienert
  2005-07-04  7:52 ` Kaloian Doganov
  2005-07-04  8:38 ` Peter Dyballa
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Bienert @ 2005-07-03 20:22 UTC (permalink / raw)


Hello,

I am kind of new to emacs but getting deeper into it day by day...

One problem I couldnt solve with the help of google is the font size, emacs 
starts with.
I always have to go to the options menu, choose Mule and Set Font/ Fontset by 
myself...there is a way to but it into the .emacs, I guess...but how?

best regards,

bienchen

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fontsize on startup
       [not found] <mailman.2038.1120422978.2857.help-gnu-emacs@gnu.org>
@ 2005-07-03 22:11 ` B.T. Raven
  0 siblings, 0 replies; 4+ messages in thread
From: B.T. Raven @ 2005-07-03 22:11 UTC (permalink / raw)



"Stefan Bienert" <StefanBienert@web.de> wrote in message
news:mailman.2038.1120422978.2857.help-gnu-emacs@gnu.org...
> Hello,
>
> I am kind of new to emacs but getting deeper into it day by day...
>
> One problem I couldnt solve with the help of google is the font size,
emacs
> starts with.
> I always have to go to the options menu, choose Mule and Set Font/
Fontset by
> myself...there is a way to but it into the .emacs, I guess...but how?
>
> best regards,
>
> bienchen
>
>

I have this in my .emacs (MS Windows build, w32, but it should be very
similar under X):

(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.


 '(default ((t (:stipple nil :background "white" :foreground "black"
:inverse-video nil :box nil :strike-through nil :overline nil :underline
nil :slant normal :weight normal :height 108 :width normal :family
"outline-arial unicode ms")))))


I think I got it in there via menu--
Options
Customize Emacs
Specific face
Tab (Show all)
default

then fill in the blanks

Cheers,

Ed

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fontsize on startup
  2005-07-03 20:22 Fontsize on startup Stefan Bienert
@ 2005-07-04  7:52 ` Kaloian Doganov
  2005-07-04  8:38 ` Peter Dyballa
  1 sibling, 0 replies; 4+ messages in thread
From: Kaloian Doganov @ 2005-07-04  7:52 UTC (permalink / raw)
  Cc: help-gnu-emacs

On 3 юли 2005, StefanBienert@web.de wrote:

> One problem I couldnt solve with the help of google is the font size,
> emacs starts with.

You can put entries in your ~/.Xresources file like this:

Emacs.font:                     -*-terminus-medium-r-*--14-*-*-*-*-*-iso10646-1
Emacs*menubar*Font:             -*-terminus-bold-r-*--14-*-*-*-*-*-iso10646-1

(These changes will take effect on the next start ot X11, if you do not
use xrdb to apply then on a running X11.)

-- 
Поздрави,
Калоян Доганов,
Сдружение "Свободен софтуер".
___________________________________________________________
Ако не отговарям на писмата Ви: http://6lyokavitza.org/mail

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fontsize on startup
  2005-07-03 20:22 Fontsize on startup Stefan Bienert
  2005-07-04  7:52 ` Kaloian Doganov
@ 2005-07-04  8:38 ` Peter Dyballa
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2005-07-04  8:38 UTC (permalink / raw)
  Cc: emacs list


Am 03.07.2005 um 22:22 schrieb Stefan Bienert:

> One problem I couldnt solve with the help of google is the font size, 
> emacs
> starts with.
>

You could try something like this too:

         (setq initial-frame-alist '(
           (border-color . "#4e3832")
           (foreground-color . "grey10")
           (background-color . "honeydew")
           (font . "fontset-10pt_lucidatypewriter")
           (top . 5) (left . 500) (width . 106) (height . 50))
         )
         (setq default-frame-alist '(
           (background-color . "LightCyan1")
;         (background-color . "ivory")
;         (background-color . "ghost white")
           (cursor-color . "purple")
           (cursor-type . box)
           (foreground-color . "grey10")
           (vertical-scroll-bars . left)
;         (font . "fontset-11pt_adobe_courier")
           (font . "-adobe-courier-medium-r-*-11-*-iso10646-1")
           (top . 25) (left . 50) (width . 89) (height . 50))
         )

--
Mit friedvollen Grüßen

   Pete

Seelsorge statt Krankenkasse: das ist neu und liberal, die wähl' ich!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-07-04  8:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-03 20:22 Fontsize on startup Stefan Bienert
2005-07-04  7:52 ` Kaloian Doganov
2005-07-04  8:38 ` Peter Dyballa
     [not found] <mailman.2038.1120422978.2857.help-gnu-emacs@gnu.org>
2005-07-03 22:11 ` B.T. Raven

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.