unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* font size
@ 2002-04-23 16:24 Arash Bijanzadeh
  2002-04-24  6:25 ` G Anna
  0 siblings, 1 reply; 10+ messages in thread
From: Arash Bijanzadeh @ 2002-04-23 16:24 UTC (permalink / raw)


Hello ecerybody!
I wanna know if it is possible to change the font size in the X client 
of emacs? and how? please help me!

-- 
 ,           , 
 /             \ 
((__-^^-,-^^-__)) 
 `-_---' `---_-' 
  `--|o` 'o|--' 
     \  `  / 
      ): :( 
      :o_o: 
       "-" 
A.bejan

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

* Re: font size
  2002-04-23 16:24 font size Arash Bijanzadeh
@ 2002-04-24  6:25 ` G Anna
  0 siblings, 0 replies; 10+ messages in thread
From: G Anna @ 2002-04-24  6:25 UTC (permalink / raw)
  Cc: help-gnu-emacs


> Date: Tue, 23 Apr 2002 20:54:23 +0430
> From: Arash Bijanzadeh <a.bijanzadeh@linuxiran.org>
> Subj: font size
> 
> Hello ecerybody!
> I wanna know if it is possible to change the font size in the X client 
> of emacs? and how? please help me!

In your ~/.emacs add the following lines.  Remember to choose an
appropriate font.

(setq default-frame-alist
      '((width . 80)
	(height . 40)
	(font . "-misc-fixed-medium-r-normal--15-120-100-100-c-90-iso8859-1")
	(background-color . "black")
	(foreground-color . "light blue")
	(menu-bar-lines . 1)))

Also try shift+left-mouse-button to get the font menu.

HTH

anna

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

* font size
@ 2002-07-10 13:36 Massimo Alonzo
  0 siblings, 0 replies; 10+ messages in thread
From: Massimo Alonzo @ 2002-07-10 13:36 UTC (permalink / raw)


Hi all,

how can I increase fonts size for my Latex/Fortran documents?


Thank you
Massimo

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

* font size
@ 2005-07-29  4:24 Baloff
  2005-07-29  8:46 ` Peter Dyballa
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Baloff @ 2005-07-29  4:24 UTC (permalink / raw)



Hello
I am trying to change the font size.
after reading in info info on how to seach the info. I was able to
find in info emacs ps-font-size should do it.

but when I type ps<tab> in the mini buffer I get

Possible completions are:
ps-despool			   ps-line-lengths
ps-mode				   ps-nb-pages-buffer
ps-nb-pages-region		   ps-print-buffer
ps-print-buffer-with-faces	   ps-print-customize
ps-print-region			   ps-print-region-with-faces
ps-spool-buffer			   ps-spool-buffer-with-faces
ps-spool-region			   ps-spool-region-with-faces

nothing about font size. 

help please

thanks

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

* Re: font size
  2005-07-29  4:24 Baloff
@ 2005-07-29  8:46 ` Peter Dyballa
  2005-07-29 14:07 ` Eli Zaretskii
       [not found] ` <mailman.2046.1122646597.20277.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 10+ messages in thread
From: Peter Dyballa @ 2005-07-29  8:46 UTC (permalink / raw)



Am 29.07.2005 um 06:24 schrieb Baloff:

> I am trying to change the font size.
>

Try S-down-mouse-1 or M-x mouse-set-font!

--
Greetings

   Pete

Without vi there is only GNU Emacs



--
Mit friedvollen Grüßen

   Pete

Mit Jazz statt Bomben gegen die Taliban!

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

* Re: font size
  2005-07-29  4:24 Baloff
  2005-07-29  8:46 ` Peter Dyballa
@ 2005-07-29 14:07 ` Eli Zaretskii
       [not found] ` <mailman.2046.1122646597.20277.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 10+ messages in thread
From: Eli Zaretskii @ 2005-07-29 14:07 UTC (permalink / raw)


> From: Baloff <washdc@wash.edu>
> Date: 29 Jul 2005 14:24:37 +1000
> 
> I am trying to change the font size.
> after reading in info info on how to seach the info. I was able to
> find in info emacs ps-font-size should do it.
> 
> but when I type ps<tab> in the mini buffer I get
> 
> Possible completions are:
> ps-despool			   ps-line-lengths
> ps-mode				   ps-nb-pages-buffer
> ps-nb-pages-region		   ps-print-buffer
> ps-print-buffer-with-faces	   ps-print-customize
> ps-print-region			   ps-print-region-with-faces
> ps-spool-buffer			   ps-spool-buffer-with-faces
> ps-spool-region			   ps-spool-region-with-faces
> 
> nothing about font size. 

Try loading ps-print first, like this:

    M-x load-library RET ps-print RET

and then try typing "ps TAB" again.

(Some variables are only defined when the respective package is loaded
into Emacs.)

Btw, ps-font-size is only for the ps-print feature, it will not affect
the fonts used for display.  Are you sure this is what you need?

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

* Re: font size
       [not found] ` <mailman.2046.1122646597.20277.help-gnu-emacs@gnu.org>
@ 2005-07-30 10:15   ` Baloff
  2005-07-30 10:50     ` Peter Dyballa
                       ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Baloff @ 2005-07-30 10:15 UTC (permalink / raw)


Eli Zaretskii <eliz@gnu.org> writes:

> > From: Baloff <washdc@wash.edu>
> > Date: 29 Jul 2005 14:24:37 +1000
> > 
> > I am trying to change the font size.
> > after reading in info info on how to seach the info. I was able to
> > find in info emacs ps-font-size should do it.
> > 
> > but when I type ps<tab> in the mini buffer I get
> > 
> > Possible completions are:
> > ps-despool			   ps-line-lengths
> > ps-mode				   ps-nb-pages-buffer
> > ps-nb-pages-region		   ps-print-buffer
> > ps-print-buffer-with-faces	   ps-print-customize
> > ps-print-region			   ps-print-region-with-faces
> > ps-spool-buffer			   ps-spool-buffer-with-faces
> > ps-spool-region			   ps-spool-region-with-faces
> > 
> > nothing about font size. 
> 
> Try loading ps-print first, like this:
> 
>     M-x load-library RET ps-print RET
> 
> and then try typing "ps TAB" again.
> 
> (Some variables are only defined when the respective package is loaded
> into Emacs.)
> 
> Btw, ps-font-size is only for the ps-print feature, it will not affect
> the fonts used for display.  Are you sure this is what you need?

I am trying to increase the font size displayed on the screen. plus I
don't know what S-down-mouse-1 or M-x mouse-set-font! mean.
what is S-down-mouse-1 any way?

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

* Re: font size
  2005-07-30 10:15   ` Baloff
@ 2005-07-30 10:50     ` Peter Dyballa
  2005-07-30 11:02     ` Eli Zaretskii
  2005-07-30 16:16     ` Tim X
  2 siblings, 0 replies; 10+ messages in thread
From: Peter Dyballa @ 2005-07-30 10:50 UTC (permalink / raw)



Am 30.07.2005 um 12:15 schrieb Baloff:

> what is S-down-mouse-1 any way?
>

You press the shift key and while holding it down you press usually the 
left-most mouse button. Then you can let go both keys.

Or you type C-h t.

--
Greetings

   Pete

Bake Pizza not war!

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

* Re: font size
  2005-07-30 10:15   ` Baloff
  2005-07-30 10:50     ` Peter Dyballa
@ 2005-07-30 11:02     ` Eli Zaretskii
  2005-07-30 16:16     ` Tim X
  2 siblings, 0 replies; 10+ messages in thread
From: Eli Zaretskii @ 2005-07-30 11:02 UTC (permalink / raw)


> From: Baloff <washdc@wash.edu>
> Date: 30 Jul 2005 20:15:38 +1000
> 
> I am trying to increase the font size displayed on the screen.

Then the ps-* stuff is not what you want.

> plus I don't know what S-down-mouse-1 or M-x mouse-set-font! mean.
> what is S-down-mouse-1 any way?

S-down-mouse-1 means hold the Shift key and click the left mouse
button.

Sounds like you need to read the tutorial and the few basic chapters
of the manual.  The node "Mouse Commands" is one that I recommend.

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

* Re: font size
  2005-07-30 10:15   ` Baloff
  2005-07-30 10:50     ` Peter Dyballa
  2005-07-30 11:02     ` Eli Zaretskii
@ 2005-07-30 16:16     ` Tim X
  2 siblings, 0 replies; 10+ messages in thread
From: Tim X @ 2005-07-30 16:16 UTC (permalink / raw)


Baloff <washdc@wash.edu> writes:

> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > > From: Baloff <washdc@wash.edu>
> > > Date: 29 Jul 2005 14:24:37 +1000
> > > 
> > > I am trying to change the font size.
> > > after reading in info info on how to seach the info. I was able to
> > > find in info emacs ps-font-size should do it.
> > > 
> > > but when I type ps<tab> in the mini buffer I get
> > > 
> > > Possible completions are:
> > > ps-despool			   ps-line-lengths
> > > ps-mode				   ps-nb-pages-buffer
> > > ps-nb-pages-region		   ps-print-buffer
> > > ps-print-buffer-with-faces	   ps-print-customize
> > > ps-print-region			   ps-print-region-with-faces
> > > ps-spool-buffer			   ps-spool-buffer-with-faces
> > > ps-spool-region			   ps-spool-region-with-faces
> > > 
> > > nothing about font size. 
> > 
> > Try loading ps-print first, like this:
> > 
> >     M-x load-library RET ps-print RET
> > 
> > and then try typing "ps TAB" again.
> > 
> > (Some variables are only defined when the respective package is loaded
> > into Emacs.)
> > 
> > Btw, ps-font-size is only for the ps-print feature, it will not affect
> > the fonts used for display.  Are you sure this is what you need?
> 
> I am trying to increase the font size displayed on the screen. plus I
> don't know what S-down-mouse-1 or M-x mouse-set-font! mean.
> what is S-down-mouse-1 any way?
> 

Firstly, I'd recommend reading the tutorial C-h t (Control and h
together then t). Also check out the info pages on emacs. 

In emacs, font related stuff is covered by the term 'face'. Try M-x
customize-face <ret> (where M-x means hit Meta plus x and Meta is
*usually* the Alt key)

If your running on Linux under X, you can also use X resource settings
(see info pages). You can also set the font on the command line with
-font. 

Tim

-- 
Tim Cross
The e-mail address on this message is FALSE (obviously!). My real e-mail is
to a company in Australia called rapttech and my login is tcross - if you 
really need to send mail, you should be able to work it out!

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

end of thread, other threads:[~2005-07-30 16:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-23 16:24 font size Arash Bijanzadeh
2002-04-24  6:25 ` G Anna
  -- strict thread matches above, loose matches on Subject: below --
2002-07-10 13:36 Massimo Alonzo
2005-07-29  4:24 Baloff
2005-07-29  8:46 ` Peter Dyballa
2005-07-29 14:07 ` Eli Zaretskii
     [not found] ` <mailman.2046.1122646597.20277.help-gnu-emacs@gnu.org>
2005-07-30 10:15   ` Baloff
2005-07-30 10:50     ` Peter Dyballa
2005-07-30 11:02     ` Eli Zaretskii
2005-07-30 16:16     ` Tim X

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