unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Can't start Emacs on a monochrome display
@ 2003-07-15 11:37 Kenichi Handa
  2003-07-30 13:17 ` Kenichi Handa
  0 siblings, 1 reply; 7+ messages in thread
From: Kenichi Handa @ 2003-07-15 11:37 UTC (permalink / raw)


With the latest CVS HEAD, I can't start Emacs on a
monochrome display.

Starting program: /usr/local/work/emacs-head/src/emacs -display etlken:0.0

Breakpoint 2, x_error_quitter (display=0x84f99f8, error=0xbfffdc6c)
    at xterm.c:7829
(gdb) n
(gdb) n
(gdb) p buf1
$6 = "X protocol error: BadPixmap (invalid Pixmap parameter) on protocol request 54", '\0' <repeats 143 times>"...
(gdb) up 5
#5  0x080b9e2b in x_defined_color (f=0x840f4a0, color_name=0x84e1a00 "white", 
    color=0xbfffde20, alloc_p=1) at xfns.c:1028
(gdb) list
1023	  int success_p;
1024	  Display *dpy = FRAME_X_DISPLAY (f);
1025	  Colormap cmap = FRAME_X_COLORMAP (f);
1026	
1027	  BLOCK_INPUT;
1028	  success_p = XParseColor (dpy, cmap, color_name, color);
1029	  if (success_p && alloc_p)
1030	    success_p = x_alloc_nearest_color (f, cmap, color);
1031	  UNBLOCK_INPUT;
1032	

---
Ken'ichi HANDA
handa@m17n.org

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

end of thread, other threads:[~2003-08-02 17:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-15 11:37 Can't start Emacs on a monochrome display Kenichi Handa
2003-07-30 13:17 ` Kenichi Handa
2003-07-31  0:58   ` Kenichi Handa
2003-08-01  2:20   ` Richard Stallman
2003-08-01  6:00     ` Jan D.
2003-08-01  6:34       ` Kenichi Handa
2003-08-02 17:24         ` Terje Rosten

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