all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "B. T. Raven" <nihil@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: newbie questions: customizing continuation lines and font for Windows emacs
Date: Mon, 16 Mar 2009 21:35:12 -0600	[thread overview]
Message-ID: <JOadnYaP0I6WkSLUnZ2dnUVZ_u2dnZ2d@posted.cpinternet> (raw)
In-Reply-To: <9a2e52e5-4134-4755-8852-107d0aaa8070@d19g2000prh.googlegroups.com>

These are variables, association lists that define frame parameters. 
Other similar looking tokens might be functions but in this case there 
is no verb in the hyphenated name so it's probably a variable. Functions 
do things and variables are things. Type C-h v and then TAB and you will 
see a very long list of variables, among which are the two mentioned by 
Peter. If you type C-h v init TAB then you will see just the variables 
starting with init
To see a list of functions type C-h f tab. To find out more about a 
variable or function, complete typing the name and press return or just 
click on the name of interest in the *Completions* buffer. Have you done 
the tutorial yet? C-h t  Other useful ones are C-h C-f   C-h i  and  C-h 
? for help on the help options

Elias wrote:
> What do you mean by "initial-frame-alist and default-frame-alist"? Is
> that a command or a setting or something?
> 
> On Mar 14, 4:18 am, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
>> Am 14.03.2009 um 00:09 schrieb Elias:
>>
>>> Also, I am trying to change the display font. I go to Options and Set
>>> Font, and pick the font (Lucida Sans Typewriter), then go to Options
>>> and Save Options, hoping that the font will be saved. However, the
>>> next time I start emacs, it is set to Courier New for some reason. Is
>>> there any way to save the font?
>> You can use initial-frame-alist and default-frame-alist as in:
>>
>>    (setq initial-frame-alist '(
>> ;•      (font . "fontset-global")
>>          (tool-bar-lines         . 0)
>>          (menu-bar-lines         . 2)
>>          (border-color           . "gold1")
>>          (cursor-color           . "turquoise1")
>>          (mouse-color            . "purple3")
>>          (foreground-color       . "DarkCyan")
>>          (background-color       . "antiquewhite1")
>>          (vertical-scroll-bars   . right)
>>          (internal-border-width  . 5)
>>          (top  . 10) (left . 625) (width . 80) (height . 50)
>>          ))
>>
>> Of course you need to uncomment and substitute the values on the  
>> first and second lines. And others too ...
>>
>> --
>> Greetings
>>
>>    Pete
>>
>> To most people solutions mean finding the answers. But to chemists  
>> solutions
>> are things that are still all mixed up.
> 


  reply	other threads:[~2009-03-17  3:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-13 23:09 newbie questions: customizing continuation lines and font for Windows emacs Elias
2009-03-14  1:50 ` Byung-Hee HWANG
2009-03-14 10:38 ` Eli Zaretskii
2009-03-14 11:18 ` Peter Dyballa
     [not found] ` <mailman.3167.1237105348.31690.help-gnu-emacs@gnu.org>
2009-03-16 17:07   ` Elias
2009-03-17  9:30     ` Peter Dyballa
2009-03-17 18:26     ` Eli Zaretskii
     [not found]     ` <mailman.3388.1237282256.31690.help-gnu-emacs@gnu.org>
2009-03-18 18:31       ` Elias
     [not found] ` <mailman.3170.1237105350.31690.help-gnu-emacs@gnu.org>
2009-03-16 17:09   ` Elias
2009-03-17  3:35     ` B. T. Raven [this message]
2009-03-18 22:23       ` Elias
2009-03-19 11:19         ` Nikolaj Schumacher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=JOadnYaP0I6WkSLUnZ2dnUVZ_u2dnZ2d@posted.cpinternet \
    --to=nihil@nihilo.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.