Search found 2 matches

by navidof
Mon Mar 08, 2010 1:20 pm
Forum: Emacs Lisp
Topic: "X windows are not in use or not initialized"
Replies: 2
Views: 61322

Re: "X windows are not in use or not initialized"

Seems like some confusion with the different Font-Handlings under X11 and Terminals. In http://www.gnu.org/software/emacs/elisp ... ments.html I found the command "command-line-args" - maybe you could (as a workaround) use it to determine wether "nw" was given to the commandline...
by navidof
Fri Feb 19, 2010 7:32 am
Forum: Emacs Lisp
Topic: "X windows are not in use or not initialized"
Replies: 2
Views: 61322

"X windows are not in use or not initialized"

Hi, I need some help. I downloaded verilog mode here : http://www.veripool.org/ftp/verilog-mode.el and here is my .emacs : (defvar my-font "-*-lucidatypewriter-medium-*-*-sans-12-*-*-*-*-*-*-*" "Default Normal Font" ) (defvar my-bold-font "-*-lucidatypewriter-bold-*-*-sans-1...