* Change default font size?
@ 2006-11-13 23:47 John Oliver
2006-11-14 0:46 ` Perry Smith
` (6 more replies)
0 siblings, 7 replies; 9+ messages in thread
From: John Oliver @ 2006-11-13 23:47 UTC (permalink / raw)
Our users just got new LCD monitors and are now at 1280X1024 resolution.
One now says her emacs is "too small". I was hoping to find an entry
for her .emacs or some command-line parameters I can add to her alias to
start emacs with a slightly larger font size.
--
* John Oliver http://www.john-oliver.net/ *
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Change default font size?
2006-11-13 23:47 Change default font size? John Oliver
@ 2006-11-14 0:46 ` Perry Smith
2006-11-14 5:39 ` Max
` (5 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Perry Smith @ 2006-11-14 0:46 UTC (permalink / raw)
Cc: help-gnu-emacs
[-- Attachment #1.1: Type: text/plain, Size: 718 bytes --]
On Nov 13, 2006, at 5:47 PM, John Oliver wrote:
> Our users just got new LCD monitors and are now at 1280X1024
> resolution.
> One now says her emacs is "too small". I was hoping to find an entry
> for her .emacs or some command-line parameters I can add to her
> alias to
> start emacs with a slightly larger font size.
With X11, I would also like to know the X11 attribute to set for the
first frame and the default for the other frames. (The term
attribute for X11 may not be the right term. Maybe they are called
"resource names")
Thank you,
Perry Smith
Ease Software, Inc.
pedz@easesoftware.com
http://www.easesoftware.com
Low cost SATA Products for IBMs p5, pSeries, and RS/6000 AIX systems
[-- Attachment #1.2: Type: text/html, Size: 4058 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Change default font size?
2006-11-13 23:47 Change default font size? John Oliver
2006-11-14 0:46 ` Perry Smith
@ 2006-11-14 5:39 ` Max
2006-11-14 7:18 ` Glyn Millington
` (4 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Max @ 2006-11-14 5:39 UTC (permalink / raw)
"""John Oliver писал(а):
"""
> Our users just got new LCD monitors and are now at 1280X1024 resolution.
> One now says her emacs is "too small". I was hoping to find an entry
> for her .emacs or some command-line parameters I can add to her alias to
> start emacs with a slightly larger font size.
M-x customize-face RET default
should help you.
--
WBR,
Max Vasin.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Change default font size?
2006-11-13 23:47 Change default font size? John Oliver
2006-11-14 0:46 ` Perry Smith
2006-11-14 5:39 ` Max
@ 2006-11-14 7:18 ` Glyn Millington
2006-11-16 18:53 ` Michael Schuster
2006-11-14 9:04 ` timlopez
` (3 subsequent siblings)
6 siblings, 1 reply; 9+ messages in thread
From: Glyn Millington @ 2006-11-14 7:18 UTC (permalink / raw)
John Oliver <joliver@john-oliver.net> writes:
> Our users just got new LCD monitors and are now at 1280X1024 resolution.
> One now says her emacs is "too small". I was hoping to find an entry
> for her .emacs or some command-line parameters I can add to her alias to
> start emacs with a slightly larger font size.
Hi John,
Probably the neatest way to do this would be through X resources - into
the appropriate file (mighjt be .Xresources or .Xdefaults ) put the line
emacs*font: lucidasanstypewriter-12
or whichever font you like.
I'm using XEmacs here - Gnu Emacs has a list of X resources somewhere -
maybe in the FAQ
hth
Glyn
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Change default font size?
2006-11-13 23:47 Change default font size? John Oliver
` (2 preceding siblings ...)
2006-11-14 7:18 ` Glyn Millington
@ 2006-11-14 9:04 ` timlopez
2006-11-14 12:12 ` Tim X
` (2 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: timlopez @ 2006-11-14 9:04 UTC (permalink / raw)
>From my .emacs, for a 1280x1024 screen:
; need this, otherwise setting default font is slow
(modify-frame-parameters nil '((wait-for-wm . nil)))
(set-default-font "9x15")
tim
John Oliver wrote:
> Our users just got new LCD monitors and are now at 1280X1024 resolution.
> One now says her emacs is "too small". I was hoping to find an entry
> for her .emacs or some command-line parameters I can add to her alias to
> start emacs with a slightly larger font size.
>
> --
> * John Oliver http://www.john-oliver.net/ *
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Change default font size?
2006-11-13 23:47 Change default font size? John Oliver
` (3 preceding siblings ...)
2006-11-14 9:04 ` timlopez
@ 2006-11-14 12:12 ` Tim X
[not found] ` <mailman.541.1163465225.2155.help-gnu-emacs@gnu.org>
2006-11-14 12:53 ` Michaël Cadilhac
6 siblings, 0 replies; 9+ messages in thread
From: Tim X @ 2006-11-14 12:12 UTC (permalink / raw)
John Oliver <joliver@john-oliver.net> writes:
> Our users just got new LCD monitors and are now at 1280X1024 resolution.
> One now says her emacs is "too small". I was hoping to find an entry
> for her .emacs or some command-line parameters I can add to her alias to
> start emacs with a slightly larger font size.
>
> --
I usually find using xfontsel to select an appropriate font and then
putting that in the .Xresources/.Xdefaults file works well.
Alternatively, using the customize interface and setting the default
face should work. Finally, specifying a font on the command line
should provide a quick way to test various fonts until you find one
that works well.
Tim
--
tcross (at) rapttech dot com dot au
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Change default font size?
[not found] ` <mailman.541.1163465225.2155.help-gnu-emacs@gnu.org>
@ 2006-11-14 12:14 ` Tim X
0 siblings, 0 replies; 9+ messages in thread
From: Tim X @ 2006-11-14 12:14 UTC (permalink / raw)
Perry Smith <pedz@easesoftware.com> writes:
> On Nov 13, 2006, at 5:47 PM, John Oliver wrote:
>
> Our users just got new LCD monitors and are now at 1280X1024 resolution.
> One now says her emacs is "too small". I was hoping to find an entry
> for her .emacs or some command-line parameters I can add to her alias to
> start emacs with a slightly larger font size.
>
> With X11, I would also like to know the X11 attribute to set for the first frame
> and the default for the other frames. (The term attribute for X11 may not be the
> right term. Maybe they are called "resource names")
>
> Thank you,
> Perry Smith
> Ease Software, Inc.
> pedz@easesoftware.com
> http://www.easesoftware.com
>
Emacs.Font:
Emacs.menu.attributeFont:
Tim
--
tcross (at) rapttech dot com dot au
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Change default font size?
2006-11-13 23:47 Change default font size? John Oliver
` (5 preceding siblings ...)
[not found] ` <mailman.541.1163465225.2155.help-gnu-emacs@gnu.org>
@ 2006-11-14 12:53 ` Michaël Cadilhac
6 siblings, 0 replies; 9+ messages in thread
From: Michaël Cadilhac @ 2006-11-14 12:53 UTC (permalink / raw)
Cc: help-gnu-emacs
[-- Attachment #1.1: Type: text/plain, Size: 1017 bytes --]
John Oliver <joliver@john-oliver.net> writes:
> Our users just got new LCD monitors and are now at 1280X1024 resolution.
> One now says her emacs is "too small".
You may have to change the Emacs font, yes, but the « problem » can be
elsewhere: I changed my screen recently and had the tiny sized font
problem. It happened that the problem was generalized to all the
applications. It came from the fact that my X (Xorg 7) wasn't aware of
my screen size: I just had to change the field `DisplaySize' under the
`Monitor' section to something realistic.
Don't know if it helps, but here it is :-)
--
/!\ My mail address changed, please update your files accordingly.
| Michaël `Micha' Cadilhac | La meilleure façon |
| Epita/LRDE Promo 2007 | de ne pas avancer, |
| http://michael.cadilhac.name | c'est de suivre une idée fixe. |
`--JID: michael.cadilhac@gmail.com--' -- Jacques Prévert - --'
[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Change default font size?
2006-11-14 7:18 ` Glyn Millington
@ 2006-11-16 18:53 ` Michael Schuster
0 siblings, 0 replies; 9+ messages in thread
From: Michael Schuster @ 2006-11-16 18:53 UTC (permalink / raw)
Glyn Millington wrote:
[snip]
you can envoke emacs e.g with
emacs -fn fontset-24
to make things really big
Michael
--
Remove the sport from my address to obtain email
www.enertex.de - Innovative Systemlösungen der Energie- und Elektrotechnik
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-11-16 18:53 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-13 23:47 Change default font size? John Oliver
2006-11-14 0:46 ` Perry Smith
2006-11-14 5:39 ` Max
2006-11-14 7:18 ` Glyn Millington
2006-11-16 18:53 ` Michael Schuster
2006-11-14 9:04 ` timlopez
2006-11-14 12:12 ` Tim X
[not found] ` <mailman.541.1163465225.2155.help-gnu-emacs@gnu.org>
2006-11-14 12:14 ` Tim X
2006-11-14 12:53 ` Michaël Cadilhac
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).