Bug#503194: emacs22-gtk: can not start without Monospace-8

2008-10-25 Thread Sven Joachim
On 2008-10-24 15:57 +0200, picca wrote:

 Le Thu, 23 Oct 2008 18:17:47 +0200,
 Sven Joachim [EMAIL PROTECTED] a écrit :
 Most likely you (or somebody helpfully for you) have set Emacs.font
 via X resources.  What does xrdb -query | grep -i emacs print?
 Check ~/.Xdefaults and/or ~/.Xresources if you get matches.

 the xrdb query gives me:
 Emacs*font: Monospace-8

 it was in my .Xresources

 so after an `xrdb -remove Emacs*font` every things went fine.

 Thanks

 I think you can close this bug as a workaround exist.

I think it is still a bug to exit instead of trying a fallback font if
the desired font could not be loaded.  Compare that with xterm's
behavior:

,
| % xterm -fn 'Monospace-8' 
| [1] 5982
| % xterm:  unable to open font Monospace-8, trying fixed
| 
| % emacs22 -fn 'Monospace-8' 
| [2] 5987
| % No fonts match `Monospace-8'
| 
| [2]  + 5987 done   emacs22 -fn 'Monospace-8'
| % 
`

Sven



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#503194: emacs22-gtk: can not start without Monospace-8

2008-10-24 Thread picca
Le Thu, 23 Oct 2008 18:17:47 +0200,
Sven Joachim [EMAIL PROTECTED] a écrit :

 Please try `emacs -Q' instead.

Same problem...

  what is wrong with my installation ?
 
 Most likely you (or somebody helpfully for you) have set Emacs.font
 via X resources.  What does xrdb -query | grep -i emacs print?
 Check ~/.Xdefaults and/or ~/.Xresources if you get matches.

the xrdb query gives me:
Emacs*font: Monospace-8

it was in my .Xresources

so after an `xrdb -remove Emacs*font` every things went fine.

Thanks

I think you can close this bug as a workaround exist.

Frederic



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#503194: emacs22-gtk: can not start without Monospace-8

2008-10-23 Thread Frederic-Emmanuel PICCA
Package: emacs22-gtk
Version: 22.2+2-4
Severity: important


Here the message when I try to start emacs22:
[EMAIL PROTECTED]:~$ emacs
No fonts match `Monospace-8'

what is wrong with my installation ?

thanks

Frederic

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages emacs22-gtk depends on:
ii  emacs22-bin-common 22.2+2-4  The GNU Emacs editor's shared, arc
ii  libasound2 1.0.16-2  ALSA library
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-14GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libgif44.1.6-5   library for GIF images (library)
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libncurses55.6+20080830-1shared libraries for terminal hand
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libtiff4   3.8.2-11  Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxpm41:3.5.7-1 X11 pixmap library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

emacs22-gtk recommends no packages.

Versions of packages emacs22-gtk suggests:
pn  emacs22-common-non-dfsg   none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#503194: emacs22-gtk: can not start without Monospace-8

2008-10-23 Thread Sven Joachim
severity 503194 normal
retitle 503194 emacs22-gtk: does not support fontconfig font names
thanks

On 2008-10-23 14:08 +0200, Frederic-Emmanuel PICCA wrote:

 Package: emacs22-gtk
 Version: 22.2+2-4
 Severity: important


 Here the message when I try to start emacs22:
 [EMAIL PROTECTED]:~$ emacs

Please try `emacs -Q' instead.

 No fonts match `Monospace-8'

`Monospace-8' is a fontconfig name, emacs22 only supports the bad old
XLFD¹ font names.  Only the development version of Emacs is able to make
use of fontconfig names.

 what is wrong with my installation ?

Most likely you (or somebody helpfully for you) have set Emacs.font
via X resources.  What does xrdb -query | grep -i emacs print?
Check ~/.Xdefaults and/or ~/.Xresources if you get matches.

Regards,
Sven


¹ http://en.wikipedia.org/wiki/X_logical_font_description



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]