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

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

Wish list setting fonts and font size


From: winuser
Subject: Wish list setting fonts and font size
Date: Thu, 10 Feb 2011 08:15:23 -0800 (PST)

: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.




reply via email to

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