info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: idna: where?


From: Aidan Kehoe
Subject: Re: idna: where?
Date: Thu, 13 Jan 2005 15:07:01 +0000
User-agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Rational FORTRAN, linux)

 Ar an triú lá déag de mí Eanair, scríobh attila: 

 > this is all:

Okay, looks like the Gnus people used a GNU Emacs specific variable in their
code. M-: (setq installation-directory nil) RET should solve it for the
current session, and putting

(defvar installation-directory)

into your ~/.xemacs/init.el fix it for the long term. 

 > Signaling: (void-variable installation-directory)
 >   (directory-file-name installation-directory)
 >   (file-name-directory (directory-file-name installation-directory))
 >   (concat (file-name-directory (directory-file-name installation-directory)) 
 > "site-lisp/gnus-init")
 >   (condition-case nil (concat (file-name-directory ...) 
 > "site-lisp/gnus-init") (error nil))
 >   eval((condition-case nil (concat (file-name-directory ...) 
 > "site-lisp/gnus-init") (error nil)))
 >   custom-initialize-reset(gnus-site-init-file (condition-case nil (concat 
 > (file-name-directory ...) "site-lisp/gnus-init") (error nil)))
 >   custom-declare-variable(gnus-site-init-file (condition-case nil (concat 
 > (file-name-directory ...) "site-lisp/gnus-init") (error nil)) "The site-wide 
 > Gnus Emacs-Lisp startup file name, or nil if none.\nIf a file with the `.el' 
 > or `.elc' suffixes exists, it will be read instead." :group gnus-start :type 
 > (choice file (const nil)))
 >   load-internal("gnus-start" nil nil nil binary)
 >   load("gnus-start" nil nil nil)
 >   gnus-1(nil nil nil)
 >   gnus(nil)
 >   call-interactively(gnus)
 >   command-execute(gnus t)
 >   execute-extended-command(nil)
 >   call-interactively(execute-extended-command)
 > 
 > bye

-- 
“Ah come on now Ted, a Volkswagen with a mind of its own, driving all over
the place and going mad, if that’s not scary I don’t know what is.”

reply via email to

[Prev in Thread] Current Thread [Next in Thread]