Package: emacs-goodies-el
Version: 33.5
Severity: normal
File: /usr/share/emacs/site-lisp/emacs-goodies-el/tail.el
If an M-x tail-file finds new content to display while you're in the
minibuffer its process filter throws an error. Eg.
touch /tmp/foo
emacs -q
M-x tail-file /tmp/foo
M-x find-file <-- sit at the prompt
echo hi >>/tmp/foo <-- in the shell in another tty
=>
error in process filter: tail-disp-window: Wrong type argument: framep, nil
The debugger says it's
(select-frame (other-frame 1))
in tail-disp-window. Apparently other-frame returns nil if there's no
other frames, and select-frame doesn't like that.
I can't tell what that special case for the minibuffer is supposed to
do. I think I hoped the tail window would show at the bottom of the
frame, above the minibuffer, the same as when you're in an ordinary
buffer.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-1-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages emacs-goodies-el depends on:
ii bash 4.0-7 The GNU Bourne Again SHell
ii dpkg 1.15.7.2 Debian package management system
ii emacs21 [emacsen] 21.4a+1-5.7 The GNU Emacs editor
ii emacs22-gtk [emacsen] 22.3+1-1.2 The GNU Emacs editor (with GTK use
ii emacs23 [emacsen] 23.2+1-2 The GNU Emacs editor (with GTK+ us
ii install-info 4.13a.dfsg.1-5 Manage installed documentation in
ii xemacs21-mule [emacsen] 21.4.22-2 highly customizable text editor --
Versions of packages emacs-goodies-el recommends:
ii dict 1.11.2+dfsg-2 dictionary client
ii perl-doc 5.10.1-2 Perl documentation
ii wget 1.12-2 retrieves files from the web
emacs-goodies-el suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]