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

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

RE: getting unicode chars to show on Windows


From: Drew Adams
Subject: RE: getting unicode chars to show on Windows
Date: Mon, 31 Aug 2009 08:23:50 -0700

> > M-: (frame-parameters) is your friend.
>
> after looking up some inline doc or elisp doc in few min, i can't find
> out what's the available parms for set-frame-parameter. But i did find
> this function:
> 
> (frame-parameters)

Reading is your friend too. ;-)

If you prefer to ask here rather than reading the manuals, then maybe read the
replies you get? ;-)

> Is there a doc that list all the params of set-frame-parameter?

`C-h i', choose Elisp manual
`i frame-parameter' gives a short node with the parameter access functions

Node `Frame Parameters' is the chapter on parameters. Its sections:

* Parameter Access - the node reached from `i frame-parameter'

* Initial Parameters - alists for defining future frames

* Window Frame Parameters - most frame parameters, described individually

* Size and Position - access shortcuts for the size/position params described in
Window Frame Parameters

* Geometry - for use with XResources (X-Window geometry specs) 

Again, reading is your friend. ;-)

Note: There cannot be an exhaustive list of frame parameters, because you can
add your own, interpreted by your own code to do what you want. There are also a
few "internal" frame parameters (nothing in Emacs is really internal) that are
not documented much, if at all.






reply via email to

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