* Wish list setting fonts and font size
@ 2011-02-10 16:15 winuser
0 siblings, 0 replies; only message in thread
From: winuser @ 2011-02-10 16:15 UTC (permalink / raw)
To: Help-gnu-emacs
:confused:
GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-03-29 on
rothera, modified by Debian
On Ubuntu 10.10 this is the official Synaptic package.
In Menu > Options > Set default font seting a font is easy . Saving options
I'm still ok with that. What I wish for is that those actions would not zap
the input buffer.
I found this while surfing emacs sites :
(defun toggle-fullscreen () ;; bound to super - f12
(interactive)
(x-send-client-message nil 0 nil "_NET_WM_STATE" 32
'(2 "_NET_WM_STATE_MAXIMIZED_VERT" 0))
(x-send-client-message nil 0 nil "_NET_WM_STATE" 32
'(2 "_NET_WM_STATE_MAXIMIZED_HORZ" 0))
)
( toggle-fullscreen )
It's in my .emacs file but isn't there a way to switch fonts without the
hassle ?
--
View this message in context: http://old.nabble.com/Wish-list-setting-fonts-and-font-size-tp30893855p30893855.html
Sent from the Emacs - Help mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-10 16:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-10 16:15 Wish list setting fonts and font size winuser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).