all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How do I get my emacs to *always* use 6x13 on X11
@ 2009-03-08 15:37 B Smith-Mannschott
  0 siblings, 0 replies; 2+ messages in thread
From: B Smith-Mannschott @ 2009-03-08 15:37 UTC (permalink / raw)
  To: Emacs Help [help-gnu-emacs]

GNU Emacs 23.0.91.1 (i686-pc-linux-gnu, GTK+ Version 2.14.4)
on a GNU/Linux System (Ubuntu 8.10).

I recently declared .emacs bankrupcy and reorganized my init stuff. In
the process, I ripped out all the hacky font selection stuff I had
accrued over the years, figuring there are probably easier ways to
accomplish what I want in the most modern version of emacs. Let's
ignore, for the moment, the fact that I also run emacs under Mac OS X
(GUI+Terminal) and occasionally on Windows and just focus on the X11
case:

* 6x13 has been part of X11 for as long as I can remember. (a.k.a
misc-fixed semi-condensed ...)
* It's a bitmap font.

* I want emacs to always use the X11 bitmap font 6x13. (This gives me
two buffers next to eachother on my netbook.)
* I don't want to see DejaVu Sans Mono 16pt or whatever the heck comes
up by default on my netbook (it's huge!)
* I want every new frame and window to use this font.
* I want derived faces (like org-mode-column) to use 6x13 font and not
mysteriously switch back to DejaVu Sans Mono
* I don't care what GNOME and X11 think the logical DPI of my screen
is. I want 6x13.
* When I remote into my netbook (NX Machine) I don't want to see 6x10.
I want 6x13.

What's the canonical way to do to make this happen?

And before some smart-aleck tells me about menu: Options>>Set Default
Font: the resulting dialog box doesn't even offer bitmap fonts, so
there's no way to choose 6x13. Furthermore, it doesn't solve the
problem with org-mode: table-views still come up with the wrong font.

// Ben




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

* Re: How do I get my emacs to *always* use 6x13 on X11
       [not found] <mailman.2699.1236526663.31690.help-gnu-emacs@gnu.org>
@ 2009-03-08 17:24 ` Marc Tfardy
  0 siblings, 0 replies; 2+ messages in thread
From: Marc Tfardy @ 2009-03-08 17:24 UTC (permalink / raw)
  To: help-gnu-emacs

B Smith-Mannschott schrieb:

> * 6x13 has been part of X11 for as long as I can remember. (a.k.a
> misc-fixed semi-condensed ...)
> * It's a bitmap font.
> 
> * I want emacs to always use the X11 bitmap font 6x13. (This gives me
> two buffers next to eachother on my netbook.)
> * I don't want to see DejaVu Sans Mono 16pt or whatever the heck comes
> up by default on my netbook (it's huge!)
> * I want every new frame and window to use this font.
 > [...]
 > What's the canonical way to do to make this happen?

Set up your ~/.Xresources! Put a line like this to your ~/.Xresources

emacs.font: -misc-fixed-medium-r-semicondensed--13-*-*-*-c-60-iso8859-1


regards
Marc




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

end of thread, other threads:[~2009-03-08 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-08 15:37 How do I get my emacs to *always* use 6x13 on X11 B Smith-Mannschott
     [not found] <mailman.2699.1236526663.31690.help-gnu-emacs@gnu.org>
2009-03-08 17:24 ` Marc Tfardy

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.