From: Doug A. <do...@la...> - 2002-03-22 19:17:46
|
I get this error a lot while running ERC in my XEmacs. Here's my XEmacs information: uname -a: Linux eeyore 2.4.17-rc1 #2 Sun Dec 16 17:50:34 EST 2001 i686 unknown ./configure '--with-sound=none,native' '--cflags=-O2 -g -Wall' '--with-x11' '--extra-verbose' '--with-site-lisp' '--statedir=/var/lib' '--infodir=/usr/share/info/xemacs-21.4.6' '--prefix=/usr' '--error-checking=none' '--debug=no' '--dynamic' '--without-postgresql' '--with-gpm=no' '--with-gtk' '--with-gnome' '--docdir=/usr/lib/xemacs-21.4.6/i386-debian-linux/gnome-mule/' '--with-mule' '--with-canna=no' '--with-wnn=no' '--with-xim=xlib' '--with-xfs' '--package-path=~/.xemacs:~/.xemacs/packages:~/.xemacs/xemacs-packages::/usr/share/xemacs21/packages:/usr/share/xemacs21/mule-packages:/usr/share/xemacs21/site-packages' 'i386-debian-linux' XEmacs 21.4.6 "Common Lisp" configured for `i386-debian-linux'. Compilation / Installation: Source code location: /home/dres/project/debian/current/xemacs21/xemacs-21.4.6 Installation prefix: /usr Operating system description file: `s/linux.h' Machine description file: `m/intel386.h' Compiler: gcc -O2 -g -Wall Relocating allocator for buffers: no GNU version of malloc: yes - Using Doug Lea's new malloc from the GNU C Library. Linking with `-Xlinker -znocombreloc'. - Consider configuring with --pdump. Window System: Using GTK menubars. Using GTK scrollbars. Using GTK dialog boxes. Using GTK native widgets. TTY: Compiling in support for ncurses. Images: Compiling in support for GIF images (builtin). Compiling in support for XPM images. Compiling in support for PNG images. Compiling in support for JPEG images. Compiling in support for TIFF images. Compiling in support for X-Face message headers. Sound: Compiling in support for sound (native). Databases: Compiling in support for Berkeley database. Compiling in support for LDAP. Internationalization: Compiling in support for Mule (multi-lingual Emacs). - Using XFontSet to provide bilingual menubar. Mail: Compiling in support for "dot-locking" mail spool file locking method. Other Features: Inhibiting IPv6 canonicalization at startup. Compiling in support for dynamic shared object modules. Here's the backtrace: Signaling: (void-variable erc-process) (eq proc erc-process) (or (not proc) (eq proc erc-process)) (and (or (not proc) (eq proc erc-process)) (let (...) (and target ...))) (if (and (or ... ...) (let ... ...)) (progn (setq res ...) (setq bufs nil))) (when (and (or ... ...) (let ... ...)) (setq res (current-buffer)) (setq bufs nil)) (while bufs (set-buffer (car bufs)) (setq bufs (cdr bufs)) (when (and ... ...) (setq res ...) (setq bufs nil))) (save-current-buffer (while bufs (set-buffer ...) (setq bufs ...) (when ... ... ...)) res) (let ((downcased-target ...) (bufs ...) res) (save-current-buffer (while bufs ... ... ...) res)) erc-get-buffer("AUTH" #<network connection "erc-irc.debian.org-6667" (6667 . "irc.debian.org") state:run>) (setq buffer (erc-get-buffer (if privp nick tgt) proc)) (if buffer nil (setq buffer (erc-get-buffer ... proc))) (unless buffer (setq buffer (erc-get-buffer ... proc))) (let* ((sndr ...) (nick ...) (login ...) (host ...) (msgp ...) (noticep ...) (privp ...) s buffer fnick) (unless buffer (setq buffer ...)) (when buffer (with-current-buffer buffer ... ...)) (cond (... ...) (t ... ...)) (when s (erc-display-message parsed nil buffer s))) (if (erc-ignored-user-p sspec) (message "ignored %s from %s to %s" cmd sspec tgt) (let* (... ... ... ... ... ... ... s buffer fnick) (unless buffer ...) (when buffer ...) (cond ... ...) (when s ...))) (let ((sspec ...) (cmd ...) (tgt ...) (msg ...)) (if (erc-ignored-user-p sspec) (message "ignored %s from %s to %s" cmd sspec tgt) (let* ... ... ... ... ...))) erc-server-PRIVMSG-or-NOTICE(#<network connection "erc-irc.debian.org-6667" (6667 . "irc.debian.org") state:run> ["NOTICE" "irc.debian.org" "AUTH" "*** Looking up your hostname..." nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil]) run-hook-with-args-until-success(erc-server-PRIVMSG-or-NOTICE #<network connection "erc-irc.debian.org-6667" (6667 . "irc.debian.org") state:run> ["NOTICE" "irc.debian.org" "AUTH" "*** Looking up your hostname..." nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil]) (progn (run-hook-with-args-until-success hook proc msg) nil) (if (and hook (symbol-value hook)) (progn (run-hook-with-args-until-success hook proc msg) nil) (run-hook-with-args-until-success (quote erc-default-server-hook) proc msg) nil) (let* ((hook-name ...) (hook ...)) (if (and hook ...) (progn ... nil) (run-hook-with-args-until-success ... proc msg) nil) (with-current-buffer (erc-server-buffer) (run-hook-with-args ... ...))) (let ((posn ...) (msg ...) (n 2)) (aset msg 1 (if ... erc-session-server ...)) (aset msg 0 (let* ... ... ...)) (while (and posn ...) (aset msg n ...) (setq n ...)) (if posn (aset msg n ...)) (let* (... ...) (if ... ... ... nil) (with-current-buffer ... ...))) (progn (let (... ... ...) (aset msg 1 ...) (aset msg 0 ...) (while ... ... ...) (if posn ...) (let* ... ... ...))) (unwind-protect (progn (let ... ... ... ... ... ...)) (store-match-data match-data)) (let ((match-data ...)) (unwind-protect (progn ...) (store-match-data match-data))) (save-match-data (let (... ... ...) (aset msg 1 ...) (aset msg 0 ...) (while ... ... ...) (if posn ...) (let* ... ... ...))) erc-parse-line-from-server(#<network connection "erc-irc.debian.org-6667" (6667 . "irc.debian.org") state:run> "NOTICE AUTH :*** Looking up your hostname...") (lambda (line) (erc-parse-line-from-server proc line))("NOTICE AUTH :*** Looking up your hostname...") mapc-internal((lambda (line) (erc-parse-line-from-server proc line)) ("NOTICE AUTH :*** Looking up your hostname...")) mapc((lambda (line) (erc-parse-line-from-server proc line)) ("NOTICE AUTH :*** Looking up your hostname...")) (save-current-buffer (set-buffer (process-buffer proc)) (mapc (lambda ... ...) (erc-split-multiline string))) (with-current-buffer (process-buffer proc) (mapc (lambda ... ...) (erc-split-multiline string))) erc-process-filter(#<network connection "erc-irc.debian.org-6667" (6667 . "irc.debian.org") state:run> "NOTICE AUTH :*** Looking up your hostname... \n") -- (__) Doug Alcorn - Unix/Linux/Web Developing oo / PGP 02B3 1E26 BCF2 9AAF 93F1 61D7 450C B264 3E63 D543 |_/ mailto:do...@la... http://www.lathi.net |