unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1219: 23.0.60; Default Font
@ 2008-10-23 21:57 Chong Yidong
  2008-10-24  3:39 ` Vinicius Jose Latorre
  0 siblings, 1 reply; 10+ messages in thread
From: Chong Yidong @ 2008-10-23 21:57 UTC (permalink / raw)
  To: Vinicius Jose Latorre; +Cc: 1219

What is the default font, as reported by `C-u C-x ='?

Also, could you do `EMACS_FONT_LOG=1 emacs -Q' and show the output of
M-x font-show-log?






^ permalink raw reply	[flat|nested] 10+ messages in thread
* bug#1219: 23.0.60; Default Font
@ 2008-10-25 17:05 Chong Yidong
  2008-10-25 18:37 ` Vinicius Jose Latorre
  0 siblings, 1 reply; 10+ messages in thread
From: Chong Yidong @ 2008-10-25 17:05 UTC (permalink / raw)
  To: Vinicius Jose Latorre; +Cc: 1219

I discussed this on emacs-devel at this link:

http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00696.html

David De La Harpe Golden's analysis seems correct to me:

> No. but is it desirable to? If emacs says "monospace" to the OS, and
> the OS returns something usable (see below), should emacs second guess
> it?  The distros with ttf-georgewilliams packages seem to be aware of
> the issue and are fixing it by removing or renaming the font in favour
> of the de-facto standard "monospace" virtual font name
>
>
> https://bugs.launchpad.net/ubuntu/+source/gw-fonts-ttf/+bug/95357/comments/6

So, we should probably leave things as they are.  I'll add a note about
this to etc/PROBLEMS.






^ permalink raw reply	[flat|nested] 10+ messages in thread
* bug#1219: 23.0.60; Default Font
@ 2008-10-24  7:01 Chong Yidong
  2008-10-24 20:29 ` Vinicius Jose Latorre
  0 siblings, 1 reply; 10+ messages in thread
From: Chong Yidong @ 2008-10-24  7:01 UTC (permalink / raw)
  To: Vinicius Jose Latorre; +Cc: 1219

Sounds like bug #505, a bug with Debian's font packaging.

What do the following commands give?

$ xlsfonts *monospace*
$ xlsfonts -ll *monospace*

Also, does the following patch give better results?

*** trunk/src/xfns.c.~1.727.~	2008-10-19 23:52:58.000000000 -0400
--- trunk/src/xfns.c	2008-10-24 02:57:56.000000000 -0400
***************
*** 3066,3071 ****
--- 3066,3072 ----
  	= {
  #ifdef HAVE_XFT
  	    /* This will find the normal Xft font.  */
+ 	    "DejaVu Sans Mono-12",
   	    "monospace-12",
  #endif
  	    "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1",







^ permalink raw reply	[flat|nested] 10+ messages in thread
* bug#1219: 23.0.60; Default Font
@ 2008-10-22  0:01 Vinicius Jose Latorre
  0 siblings, 0 replies; 10+ messages in thread
From: Vinicius Jose Latorre @ 2008-10-22  0:01 UTC (permalink / raw)
  To: GNU Emacs (pretest)

[-- Attachment #1: Type: text/plain, Size: 2451 bytes --]


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing 
list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:



The problem is shown in the image attached in this email.

These are the steps I've done:

1. rm -rf emacs

2. cvs -z3 -d:ext:viniciusjl@cvs.sv.gnu.org:/sources/emacs co emacs

3. ./configure --prefix=/home/download/emacs

4. make bootstrap

5. make install

6. rm -f ~/.Xresources

7. emacs -Q



If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/home/download/emacs/share/emacs/23.0.60/etc/DEBUG for instructions.


In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
 of 2008-10-21 on debian-hfit
Windowing system distributor `The X.Org Foundation', version 11.0.70101000
configured using `configure  '--prefix=/home/download/emacs''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  display-time-mode: t
  msb-mode: t
  show-paren-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x b u f <backspace> g - r e p o <tab> <backspace>
<tab> ] <backspace> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> s u
b <tab> <backspace> <backspace> <backspace> b u <tab>
<backspace> <backspace> s u <tab> <backspace> <backspace>
r e p o <tab> r t <tab> <return>

Recent messages:
Timid completion mode is enabled.
Loading ispell...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list... [3 times]


[-- Attachment #2: emacs-Q.png --]
[-- Type: image/png, Size: 29570 bytes --]

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

end of thread, other threads:[~2008-10-25 18:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-23 21:57 bug#1219: 23.0.60; Default Font Chong Yidong
2008-10-24  3:39 ` Vinicius Jose Latorre
  -- strict thread matches above, loose matches on Subject: below --
2008-10-25 17:05 Chong Yidong
2008-10-25 18:37 ` Vinicius Jose Latorre
2008-10-24  7:01 Chong Yidong
2008-10-24 20:29 ` Vinicius Jose Latorre
2008-10-24 23:07   ` Vinicius Jose Latorre
2008-10-24 23:56     ` Chong Yidong
2008-10-25 13:31       ` Vinicius Jose Latorre
2008-10-22  0:01 Vinicius Jose Latorre

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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