all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jai Dayal <dayalsoap@gmail.com>
To: Jacob Gerlach <jacobgerlach@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 13:23:59 -0600	[thread overview]
Message-ID: <CAMJ-YiQyC=2xCAMQQM48bF5Zwz1XYK4_3RwqOvWNtWFGDExnWw@mail.gmail.com> (raw)
In-Reply-To: <CAMJ-YiRMaTBd1q5p3j2PAhjDp_d7TkjMRNf3MvRy2NfaT=VnGw@mail.gmail.com>

Also, I know the problem is on Emacs' end because the sizes available are
completely idiotic. 11, 14, 17, 23.... I mean really.. every other
application can do every integer between 6 and 34, but Emacs can only go in
some dumb number of font-size increments?


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

> No, I'm simply saying that the fonts available in other applications are
> not available with emacs. If I make it Monospace-10, emacs then actually
> changes the font.. I can see the fonts change, but they don't look like
> monospace-10 at all. instead, if I do C-u C-x = I get
>  x:-misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1 (#x3B)
>
> Which is not monospace 10 at all. So either Emacs isn't understanding
> Monospace-10 (when every other application is), or it's displaying
> Monospace 10 completely differently from every application.
>
> I've also installed a whole bunch of font sets and updated my font-cache
> and other applications can see these new fonts, but with emacs, the fonts
> available through set-frame-font are the same as they were before. Emacs is
> indeed using a different set of fonts than every other application known to
> man.
>
>
> On Thu, Jun 5, 2014 at 1:17 PM, Jacob Gerlach <jacobgerlach@gmail.com>
> wrote:
>
>> 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:23 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
2014-06-05 19:22       ` Jai Dayal
2014-06-05 19:23         ` Jai Dayal [this message]
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='CAMJ-YiQyC=2xCAMQQM48bF5Zwz1XYK4_3RwqOvWNtWFGDExnWw@mail.gmail.com' \
    --to=dayalsoap@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=jacobgerlach@gmail.com \
    --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.