* puzzling emacs fonts set
@ 2005-11-15 15:26 wanglichunpost
2005-11-15 15:55 ` Yevgeniy Makarov
2005-11-15 17:26 ` Peter Dyballa
0 siblings, 2 replies; 3+ messages in thread
From: wanglichunpost @ 2005-11-15 15:26 UTC (permalink / raw)
Hi,
Debian unstable,GNU Emacs 21.4.1
I want emacs to view files in adobe fonts ,so i
xlsfonts |grep -adobe-courier-bold-r-normal, it's ok
my.Xresources file is:
Emacs.Fontset-0: -adobe-courier-bold-r-normal-*-24-240-75-75-*-*-*-*
Emacs.Background: black
Emacs.Foreground: white
Emacs.ScrollBars: off
my .emacs is null
#emacs 18030qq.tex
the display has no wanted font effect, just as have no
Emacs.Fontset-0:-adobe-courier-bold
#emacs 18030qq.tex -fn
"-adobe-courier-bold-r-normal-*-24-240-75-75-*-*-*-*"
it works, the display's fonts is big,easy to see
In my circumstance , "emacs filename" sees have no effect, "emacs -fn
fontname" has effect, I have puzzled with this weird for some days, but
can't get through of it
please help.thanks a lot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: puzzling emacs fonts set
2005-11-15 15:26 puzzling emacs fonts set wanglichunpost
@ 2005-11-15 15:55 ` Yevgeniy Makarov
2005-11-15 17:26 ` Peter Dyballa
1 sibling, 0 replies; 3+ messages in thread
From: Yevgeniy Makarov @ 2005-11-15 15:55 UTC (permalink / raw)
Cc: wanglichunpost
wanglichunpost@gmail.com wrote:
> Hi,
> Debian unstable,GNU Emacs 21.4.1
> I want emacs to view files in adobe fonts ,so i
> xlsfonts |grep -adobe-courier-bold-r-normal, it's ok
>
> my.Xresources file is:
> Emacs.Fontset-0: -adobe-courier-bold-r-normal-*-24-240-75-75-*-*-*-*
> Emacs.Background: black
> Emacs.Foreground: white
> Emacs.ScrollBars: off
>
> In my circumstance , "emacs filename" sees have no effect, "emacs -fn
> fontname" has effect, I have puzzled with this weird for some days, but
> can't get through of it
> please help.thanks a lot
I am not an expert, but in my .Xdefaults file I have the line
"Emacs.font: ..." rather than "Emacs.Fontset-0: ...". Also, of course,
be sure to enable the change in resources by something like "xrdb <
.Xresources".
Yevgeniy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: puzzling emacs fonts set
2005-11-15 15:26 puzzling emacs fonts set wanglichunpost
2005-11-15 15:55 ` Yevgeniy Makarov
@ 2005-11-15 17:26 ` Peter Dyballa
1 sibling, 0 replies; 3+ messages in thread
From: Peter Dyballa @ 2005-11-15 17:26 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 15.11.2005 um 16:26 schrieb wanglichunpost@gmail.com:
> Emacs.Fontset-0: -adobe-courier-bold-r-normal-*-24-240-75-75-*-*-*-*
>
Once you give here the name of a fontset, a deafault one or one defined
by you, this might work.
I don't use fontsets this way, I do it .emacs like:
(setq initial-frame-alist '(
(mouse-color . "midnightblue")
(foreground-color . "midnightblue")
(background-color . "antiquewhite1")
(font .
"-*-*-medium-r-normal--10-*-*-*-*-*-fontset-hiraginomin")
(top . 10) (left . 650) (width . 89) (height . 60)))
(setq default-frame-alist '(
(background-color . "ghost white")
(foreground-color . "grey10")
(cursor-color . "purple")
(cursor-type . box)
(vertical-scroll-bars . left)
(active-alpha . 0.875)
(inactive-alpha . 0.75)
(font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset-osaka")
(top . 20) (left . 150) (width . 89) (height . 56)))
--
Greetings
Pete
Without vi there is only GNU Emacs
--
Mit friedvollen Grüßen
Pete
Richt'je Männer brauchen keinen Motor.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-11-15 17:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-15 15:26 puzzling emacs fonts set wanglichunpost
2005-11-15 15:55 ` Yevgeniy Makarov
2005-11-15 17:26 ` Peter Dyballa
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).