|--==> "SY" == Steve Youngs <youngs(a)xemacs.org> writes:
|--==> "APA" == Adrian Aichner <Adrian.Aichner(a)t-online.de> writes:
APA> Hello Steve,
APA> this seems to be a good thing to include in report-xemacs-bug, don't
APA> you think?
SY> Yes I do. Good idea, Adrian. I'll put it in.
I've come across a problem. I'm using:
,----
| (insert "\n\nLoad-Path Lisp Shadows:\n"
| "----------------------\n")
| (let ((before-shadows (point)))
| (insert
| (format "%s"
| (find-emacs-lisp-shadows load-path)))
| (save-restriction
| (narrow-to-region before-shadows (point))
| (fill-paragraph t)
| (insert "\n")))
`----
How do I prevent 'find-emacs-lisp-shadows' from polluting the
message-log? Because it kinda defeats the purpose of:
,----
| (insert "\n\n\nRecent messages (most recent first):\n"
| "-----------------------------------\n")
| (let ((standard-output (current-buffer)))
| (print-recent-messages 20)
| (insert "\n"))
`----
Anybody got any ideas?
SY> [...]
>>Hmmm. I found an old gnu emacs version of browse-url.el on my
load
>>path. Perhaps this was the culprit. I'll try without it.
APA> This teaches us (regulars) to tell people to use M-x
APA> list-load-path-shadows RET more often...
--
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|