unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2657: 23.0.91; still cannot run emacs (fontset)
@ 2009-03-13 13:52 jpff
  2009-03-13 15:15 ` Jason Rumney
  2009-03-17  1:31 ` Kenichi Handa
  0 siblings, 2 replies; 8+ messages in thread
From: jpff @ 2009-03-13 13:52 UTC (permalink / raw)
  To: emacs-pretest-bug

On two different machines I get

Font `fontset-16' is not defined

This has been the case for a while.  What is one supposed to do?  



In GNU Emacs 23.0.91.6 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2009-03-10 on xenakis
Windowing system distributor `The X.Org Foundation', version 11.0.10400090
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_GB.UTF-8
  value of $XMODIFIERS: @im=local
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Fundamental

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

Recent input:
<help-echo> <help-echo> M-x r m a i l - <backspace> 
<backspace> <backspace> <backspace> <backspace> e [ 
<backspace> p o <tab> r <tab> <return>

Recent messages:
Loading /bigdisk/jpff/.myemacs.elc...
Loading after-save...done
Loading uniquify...done
Loading /bigdisk/jpff/mail-filter.el (source)...done
Loading logger...done
Loading /bigdisk/jpff/.myemacs.elc...done
Loading image-file...done
Loading delsel...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...

==John ffitch






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

* bug#2657: 23.0.91; still cannot run emacs (fontset)
  2009-03-13 13:52 bug#2657: 23.0.91; still cannot run emacs (fontset) jpff
@ 2009-03-13 15:15 ` Jason Rumney
  2009-03-13 15:20   ` Processed: " Emacs bug Tracking System
  2009-03-17  1:31 ` Kenichi Handa
  1 sibling, 1 reply; 8+ messages in thread
From: Jason Rumney @ 2009-03-13 15:15 UTC (permalink / raw)
  To: jpff, 2657

merge 2637 2656 2657
thanks

jpff wrote:
> On two different machines I get
>
> Font `fontset-16' is not defined
>
> This has been the case for a while.  What is one supposed to do?  
>   

Please reply to the bug you've already opened instead of filing two 
identical new ones.







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

* Processed: Re: bug#2657: 23.0.91; still cannot run emacs (fontset)
  2009-03-13 15:15 ` Jason Rumney
@ 2009-03-13 15:20   ` Emacs bug Tracking System
  0 siblings, 0 replies; 8+ messages in thread
From: Emacs bug Tracking System @ 2009-03-13 15:20 UTC (permalink / raw)
  To: Jason Rumney; +Cc: Emacs Bugs

Processing commands for control@emacsbugs.donarmstrong.com:

> merge 2637 2656 2657
bug#2637: 23.0.91; Today's version fails top start
bug#2656: 23.0.91; still cannot run emacs (fontset)
bug#2657: 23.0.91; still cannot run emacs (fontset)
Merged 2637 2656 2657.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Don Armstrong
(administrator, Emacs bugs database)




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

* bug#2657: 23.0.91; still cannot run emacs (fontset)
  2009-03-13 13:52 bug#2657: 23.0.91; still cannot run emacs (fontset) jpff
  2009-03-13 15:15 ` Jason Rumney
@ 2009-03-17  1:31 ` Kenichi Handa
  2009-03-17 11:54   ` jpff
  1 sibling, 1 reply; 8+ messages in thread
From: Kenichi Handa @ 2009-03-17  1:31 UTC (permalink / raw)
  To: jpff, 2657; +Cc: emacs-pretest-bug

In article <2166-Fri13Mar2009135234+0000-jpff@cs.bath.ac.uk>, jpff <jpff@cs.bath.ac.uk> writes:

> On two different machines I get
> Font `fontset-16' is not defined

> This has been the case for a while.  What is one supposed to do?  

How do you set the default font of Emacs?  By X resource, by
a code in .emacs, or by -fn argument?

---
Kenichi Handa
handa@m17n.org






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

* bug#2657: 23.0.91; still cannot run emacs (fontset)
  2009-03-17  1:31 ` Kenichi Handa
@ 2009-03-17 11:54   ` jpff
  2009-03-18  2:51     ` Kenichi Handa
  0 siblings, 1 reply; 8+ messages in thread
From: jpff @ 2009-03-17 11:54 UTC (permalink / raw)
  To: Kenichi Handa; +Cc: emacs-pretest-bug, 2657

>>>>> "Kenichi" == Kenichi Handa <handa@m17n.org> writes:

 Kenichi> How do you set the default font of Emacs?  By X resource, by
 Kenichi> a code in .emacs, or by -fn argument?

I have tried not saying anything and then I got the message about
fontset-16.  I did get a working system by starting an old emacs,
finding out the default font and then using -fn to select that.

I have never tinkered with X resource, and the only font stuff in
.emacs is font-lock

Seems fixed at present.

==John ffitch






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

* bug#2657: 23.0.91; still cannot run emacs (fontset)
  2009-03-17 11:54   ` jpff
@ 2009-03-18  2:51     ` Kenichi Handa
  2009-03-18  8:12       ` jpff
  0 siblings, 1 reply; 8+ messages in thread
From: Kenichi Handa @ 2009-03-18  2:51 UTC (permalink / raw)
  To: jpff; +Cc: 2657

In article <7758-Tue17Mar2009115431+0000-jpff@codemist.co.uk>, jpff <jpff@codemist.co.uk> writes:

>>>>>> "Kenichi" == Kenichi Handa <handa@m17n.org> writes:
 Kenichi> How do you set the default font of Emacs?  By X resource, by
 Kenichi> a code in .emacs, or by -fn argument?

> I have tried not saying anything and then I got the message about
> fontset-16.  I did get a working system by starting an old emacs,
> finding out the default font and then using -fn to select that.

> I have never tinkered with X resource, and the only font stuff in
> .emacs is font-lock

> Seems fixed at present.

That's good.  But as I didn't commit a fix specific to this
problem, I still feal a little bit uneasy about a hidden
bug.

First of all, I wonder why your Emacs complained about
fontset-16 which is not created by default.  I suspect some
of your (or system's) setting creates and use it.

What is shown by M-x list-fontsets RET?
What is shown by ESC : (face-attribute 'default :fontset) RET
What is shown by:
  % xrdb -query|grep -i fontset

---
Kenichi Handa
handa@m17n.org






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

* bug#2657: 23.0.91; still cannot run emacs (fontset)
  2009-03-18  2:51     ` Kenichi Handa
@ 2009-03-18  8:12       ` jpff
  2009-03-18 11:34         ` Kenichi Handa
  0 siblings, 1 reply; 8+ messages in thread
From: jpff @ 2009-03-18  8:12 UTC (permalink / raw)
  To: Kenichi Handa; +Cc: 2657

What is shown by M-x list-fontsets RET?

Fontset: -*-fixed-medium-r-*--10-*-*-*-*-*-fontset-10
Fontset: -*-fixed-medium-r-*--12-*-*-*-*-*-fontset-12
Fontset: -*-fixed-medium-r-*--14-*-*-*-*-*-fontset-14
Fontset: -*-fixed-medium-r-*--16-*-*-*-*-*-fontset-16
Fontset: -*-fixed-medium-r-*--18-*-*-*-*-*-fontset-18
Fontset: -*-fixed-medium-r-*--20-*-*-*-*-*-fontset-20
Fontset: -*-fixed-medium-r-*--24-*-*-*-*-*-fontset-24
Fontset: -*-fixed-medium-r-*--7-*-*-*-*-*-fontset-7
Fontset: -*-fixed-medium-r-*--8-*-*-*-*-*-fontset-8
Fontset: -*-*-*-*-*-*-*-*-*-*-*-*-fontset-default
Fontset: -*-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-standard
Fontset: -etl-fixed-medium-r-normal--16-*-72-72-c-80-fontset-startup

What is shown by ESC : (face-attribute 'default :fontset) RET

"-etl-fixed-medium-r-normal--16-*-72-72-c-80-fontset-startup"

What is shown by:
  % xrdb -query|grep -i fontset

nothing
------------------------------------------------------------------------
and with -q
What is shown by M-x list-fontsets RET?

Fontset: -*-fixed-medium-r-*--10-*-*-*-*-*-fontset-10
Fontset: -*-fixed-medium-r-*--12-*-*-*-*-*-fontset-12
Fontset: -*-fixed-medium-r-*--14-*-*-*-*-*-fontset-14
Fontset: -*-fixed-medium-r-*--16-*-*-*-*-*-fontset-16
Fontset: -*-fixed-medium-r-*--18-*-*-*-*-*-fontset-18
Fontset: -*-fixed-medium-r-*--20-*-*-*-*-*-fontset-20
Fontset: -*-fixed-medium-r-*--24-*-*-*-*-*-fontset-24
Fontset: -*-fixed-medium-r-*--7-*-*-*-*-*-fontset-7
Fontset: -*-fixed-medium-r-*--8-*-*-*-*-*-fontset-8
Fontset: -*-*-*-*-*-*-*-*-*-*-*-*-fontset-default
Fontset: -*-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-standard

What is shown by ESC : (face-attribute 'default :fontset) RET

"-*-fixed-medium-r-*--16-*-*-*-*-*-fontset-16"

==John ffitch






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

* bug#2657: 23.0.91; still cannot run emacs (fontset)
  2009-03-18  8:12       ` jpff
@ 2009-03-18 11:34         ` Kenichi Handa
  0 siblings, 0 replies; 8+ messages in thread
From: Kenichi Handa @ 2009-03-18 11:34 UTC (permalink / raw)
  To: jpff; +Cc: 2657

In article <9022-Wed18Mar2009081254+0000-jpff@codemist.co.uk>, jpff <jpff@codemist.co.uk> writes:

> What is shown by M-x list-fontsets RET?
> Fontset: -*-fixed-medium-r-*--10-*-*-*-*-*-fontset-10
> Fontset: -*-fixed-medium-r-*--12-*-*-*-*-*-fontset-12
> Fontset: -*-fixed-medium-r-*--14-*-*-*-*-*-fontset-14
> Fontset: -*-fixed-medium-r-*--16-*-*-*-*-*-fontset-16
[...]
> Fontset: -etl-fixed-medium-r-normal--16-*-72-72-c-80-fontset-startup

> What is shown by ESC : (face-attribute 'default :fontset) RET

> "-etl-fixed-medium-r-normal--16-*-72-72-c-80-fontset-startup"

> What is shown by:
>   % xrdb -query|grep -i fontset

> nothing
[...]
> ------------------------------------------------------------------------
> and with -q
> What is shown by M-x list-fontsets RET?

> Fontset: -*-fixed-medium-r-*--10-*-*-*-*-*-fontset-10
> Fontset: -*-fixed-medium-r-*--12-*-*-*-*-*-fontset-12
> Fontset: -*-fixed-medium-r-*--14-*-*-*-*-*-fontset-14
> Fontset: -*-fixed-medium-r-*--16-*-*-*-*-*-fontset-16

Hmmm, then you should have site-start.el or default.el that
define those fontsets somewhere in your emacs installation
directory.

> What is shown by ESC : (face-attribute 'default :fontset) RET

> "-*-fixed-medium-r-*--16-*-*-*-*-*-fontset-16"

And that file sets the default font to "fontset-16".

Could you please find that file and show me how fontset-16
is defined?

---
Kenichi Handa
handa@m17n.org






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

end of thread, other threads:[~2009-03-18 11:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-13 13:52 bug#2657: 23.0.91; still cannot run emacs (fontset) jpff
2009-03-13 15:15 ` Jason Rumney
2009-03-13 15:20   ` Processed: " Emacs bug Tracking System
2009-03-17  1:31 ` Kenichi Handa
2009-03-17 11:54   ` jpff
2009-03-18  2:51     ` Kenichi Handa
2009-03-18  8:12       ` jpff
2009-03-18 11:34         ` Kenichi Handa

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