Symbol's value as variable is void: rfhookfun.
anyone else see this?
I am.
For example, try to insert file (C-c C-x TAB)[1] in the end of buffer
of build-report then put some file name for me ~/.emacs at this time.
It also happens if I try to prepare a multi-part message from mew
(copy from file(C-c C-a)) which was not happened in the b46.
Here's backtrace...HTH, I am gonna back to b46...sorry.
--HOYANO
Signaling: (void-variable file-p)
#<compiled-function nil "...(56)" [file-p
mouse-directory-display-completion-list filewin dir user-data
mouse-file-display-completion-list dirwin make-local-variable
completion-display-completion-list-function #<compiled-function ... "...(19)"
... 8> remove-hook minibuffer-setup-hook rfhookfun] 5>()
read-minibuffer-internal("What transfer encoding: ")
byte-code("..." [recursion-depth minibuffer-depth t standard-input
standard-output read-minibuffer-internal prompt] 2)
read-from-minibuffer("What transfer encoding: " nil #<keymap
minibuffer-must-match-map 17 entries 0xd9b> nil nil)
completing-read("What transfer encoding: " (("base64" .
base64-insert-encoded-file) ("quoted-printable" .
quoted-printable-insert-encoded-file) ("x-uue" . uuencode-insert-encoded-file)
("x-gzip64" . gzip64-insert-encoded-file) ("7bit" .
insert-binary-file-contents-literally) ("8bit" .
insert-binary-file-contents-literally) ("binary" .
insert-binary-file-contents-literally)) nil t nil)
mime-prompt-for-encoding(nil)
mime-editor/insert-file("~/.emacs" nil)
call-interactively(mime-editor/insert-file)
Here's mew's case...
Signaling: (void-variable rfhookfun)
#<compiled-function nil "...(37)" [system-type windows-nt
make-local-variable completion-ignore-case t completion-display-completion-list-function
#<compiled-function ... "...(17)" ... 6> remove-hook minibuffer-setup-hook
rfhookfun] 3>()
read-minibuffer-internal("Copy to (.emacs): ")
byte-code("..." [recursion-depth minibuffer-depth t standard-input
standard-output read-minibuffer-internal prompt] 2)
read-from-minibuffer("Copy to (.emacs): " "" #<keymap
minibuffer-local-map 14 entries 0xd8f> nil nil)
read-string("Copy to (.emacs): " "")
mew-input-string("Copy to %s(%s): " "" ".emacs")
mew-attach-duplicate(copy-file "copy" t nil nil)
#<compiled-function (&optional from to) "...(13)" [mew-attach-duplicate
copy-file "copy" t from to] 6
("/usr/local/lib/xemacs/site-lisp/mew-attach.elc" . 9433) nil>()
call-interactively(mew-attach-copy)
Footnotes:
[1] I know, it is not common operation, though...