all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jacob Gerlach <jacobgerlach@gmail.com>
To: Jai Dayal <dayalsoap@gmail.com>
Cc: "Pascal J. Bourguignon" <pjb@informatimago.com>,
	help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: Frustrated with Font issues
Date: Thu, 5 Jun 2014 15:17:46 -0400	[thread overview]
Message-ID: <CAA6UvuHm=oEemcdTAEbi1Te4YYCsCgKcEoz+f9Gbfisc4gvSMQ@mail.gmail.com> (raw)
In-Reply-To: <CAMJ-YiTWWwJq=cxw0mn4r3V=C0B82QBANnUSq-kHK0hjxTRWaA@mail.gmail.com>

I'm not sure what you mean by "have the same font set," particularly in
response to Pascal's comments re: the difference between set-frame-font and
M-x menu-set-font

I have the following in my .emacs:
(set-frame-font "Ubuntu Mono-13")

I can put any font on my system in place of Ubuntu Mono, be it monospaced,
variable pitch, or some nonsense like "Symbol". There is no "set" to choose
from.

Are you perhaps trying to say that a given font looks different in emacs
compared to how it looks in other applications?




On Thu, Jun 5, 2014 at 3:06 PM, Jai Dayal <dayalsoap@gmail.com> wrote:

> With set-frame-font, it doesn't have the same font set as other
> applications, though! That's the problem! They're not the same, at all.
>
>
>
>
> On Thu, Jun 5, 2014 at 11:37 AM, Pascal J. Bourguignon <
> pjb@informatimago.com> wrote:
>
> > Jai Dayal <dayalsoap@gmail.com> writes:
> >
> > > Hi,
> > >
> > >  I am using RHEL 6.5 and am running emacs 24.3 with a GUI. The fonts
> look
> > > absolutely horrible, and the fonts that I have available via
> > set-frame-font
> > > are atrocious as well. I have asked in several places about this issue,
> > and
> > > I'm always blown off and told "blahh set something something in
> > > .Xresources", but nothing ever specific.
> > >
> > > People have said that it's an issue with X11, but I'm not convinced;
> > every
> > > other GUI application has normal looking fonts. Even the GUI version of
> > Vim
> > > has normal fonts; how can it be an X server or RHEL problem when every
> > > other application has a sufficient set of fonts to use? This is clearly
> > an
> > > Emacs problem at this point.
> > >
> > > If I use emacs in the terminal without X the fonts look fine. My
> terminal
> > > says the font is "Monospace 10", and if I do C-u C-x = I get
> > > display: terminal code #x3B
> > >
> > > When I do C-u C-x = with GUI emacs, I get:
> > > -adobe-courier-medium-r-normal--14-100-100-100-m-90-iso10646-1
> > >
> > > Which is a font made available when I do M-x set-frame-font
> > >
> > > Is there not a way to allow Emacs to use the same set of fonts that
> every
> > > other X11 application uses? How can it be that Emacs fonts suck when
> > other
> > > applications have normal fonts?
> >
> > When you use set-frame-font, you can use the exact same fonts as other
> > applications.  This is what I do, to select the exact fonts I want to
> > use. Currently (frame-font) -->
> > "-unknown-DejaVu Sans
> Mono-normal-normal-normal-*-13-*-*-*-m-0-iso10646-1"
> >
> > (frame-font is from
> > https://gitorious.org/com-informatimago/emacs/source/pjb-xresources.el)
> >
> >
> > When you use M-x menu-set-font RET you get a font menu with pre-selected
> > font families. There's a way to configure this menu with your own font
> > families, but it seems to have changed in emacs 24, so I'm not sure how
> > to do it anymore.
> >
> >
> > Have a look at: http://www.emacswiki.org/emacs/SetFonts
> >
> >
> >
> >
> > --
> > __Pascal Bourguignon__
> > http://www.informatimago.com/
> > "Le mercure monte ?  C'est le moment d'acheter !"
> >
>


  reply	other threads:[~2014-06-05 19:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3026.1401985938.1147.help-gnu-emacs@gnu.org>
2014-06-05 17:37 ` Frustrated with Font issues Pascal J. Bourguignon
2014-06-05 19:06   ` Jai Dayal
2014-06-05 19:17     ` Jacob Gerlach [this message]
2014-06-05 19:22       ` Jai Dayal
2014-06-05 19:23         ` Jai Dayal
2014-06-05 19:33           ` Eli Zaretskii
2014-06-05 19:41             ` Jai Dayal
2014-06-05 20:00               ` Eli Zaretskii
2014-06-05 20:15                 ` Jai Dayal
2014-06-06  4:36                   ` Diep Pham
2014-06-06  6:24                     ` Eli Zaretskii
2014-06-06 18:31                     ` Jai Dayal
     [not found]   ` <mailman.3043.1401995228.1147.help-gnu-emacs@gnu.org>
2014-06-05 20:24     ` Pascal J. Bourguignon
2014-06-05 20:38       ` Jai Dayal
2014-06-05 22:23         ` Jai Dayal
     [not found] <mailman.43487.1402021656.1146.help-gnu-emacs@gnu.org>
2014-06-06 13:21 ` Buchs, Kevin J.
2014-06-05 16:31 Jai Dayal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAA6UvuHm=oEemcdTAEbi1Te4YYCsCgKcEoz+f9Gbfisc4gvSMQ@mail.gmail.com' \
    --to=jacobgerlach@gmail.com \
    --cc=dayalsoap@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=pjb@informatimago.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.