>>>> "APA" == Adrian Aichner
<aichner(a)ecf.teradyne.com> writes:
OK, OK, I lied.
Here's the culprit:
cd c:\XEmacs\xemacs-packages\lisp\
find . -name "*.el" -exec grep -H "null-buffer-file-name" {} ;
Compilation started at Thu Sep 14 23:23:06 2000 +0200 (W. Europe Daylight Time)
./os-utils/crypt.el: (if (and (not (null-buffer-file-name))
Will send a patch ...
Adrian
>>>> "nbecker" == nbecker
<nbecker(a)fred.net> writes:
nbecker> Anyone have any clue what this is?
nbecker> Value: "21.1 (patch 12) \"Channel Islands\" XEmacs
Lucid"
nbecker> Signaling: (void-function null-buffer-file-name)
nbecker> signal(void-function (null-buffer-file-name))
nbecker> byte-code("..." [kill-buffer buf signal data] 3)
nbecker> find-file-noselect("/home/nbecker/balmail.tar.gz")
nbecker> find-file("/home/nbecker/balmail.tar.gz")
nbecker> #<compiled-function nil "...(8)" [t find-file-run-dired
find-file dired-get-filename] 2
("/usr/local/lib/xemacs/xemacs-packages/lisp/dired/dired.elc" . 61862)
nil>()
nbecker> call-interactively(dired-advertised-find-file)
APA> Hmmh, my best guess would be that some
APA> (null buffer-file-name)
APA> got accidentally changed into
APA> (null-buffer-file-name)
APA> somewhere in the code-base you built from.
APA> I have searched
APA> cd d:\tmp\21.1\xemacs\lisp\
APA> find . -name "*.el" -exec grep -n "null-buffer-file-name"
{} ;[1]
APA> and
APA> cd c:\XEmacs\xemacs-packages\lisp\
APA> find . -name "*.el" -exec grep -n "null-buffer-file-name"
{} ;
APA> and found nothing.
APA> I have almost all the latest packages installed too!
APA> Try doing the same search.
APA> Hope this helps,
APA> Adrian
APA> Footnotes:
APA> [1] find . -name "*.el" -exec grep -n
"null-buffer-file-name" {} \;
APA> should work on UNIX. I use Cygwin on WindowsNT, where ... {} ; works.
APA> --
APA> Adrian Aichner <adrian(a)xemacs.org>
--
Adrian Aichner <adrian(a)xemacs.org>