>>>> "Kai" == Kai Grossjohann
<Kai.Grossjohann(a)CS.Uni-Dortmund.DE> writes:
Kai> "Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
> Tramp should be changed to use `display-warning' if
possible.
> This would allow users to decide for themselves whether to see
> the informational messages or not.
Kai> Tramp already offers the tramp-verbose variable, which
Kai> defaults to 10 (show all messages).
Of course it's up to you. However, display-warning offers a lot of
flexibility, and a standard framework for this:
`display-warning' is a compiled Lisp function
-- loaded from "/playpen/Projects/XEmacs/Builds/21.4/lisp/simple.elc"
(display-warning CLASS MESSAGE &optional LEVEL)
Documentation:
Display a warning message.
CLASS should be a symbol describing what sort of warning this is, such
as `resource' or `key-mapping'. A list of such symbols is also
accepted. (Individual classes can be suppressed; see
`display-warning-suppressed-classes'.) Optional argument LEVEL can
be used to specify a priority for the warning, other than default priority
`warning'. (See `display-warning-minimum-level'). The message is
inserted into the *Warnings* buffer, which is made visible at appropriate
times.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
My nostalgia for Icon makes me forget about any of the bad things. I don't
have much nostalgia for Perl, so its faults I remember. Scott Gilbert c.l.py