GNU bug report logs -
#68547
[PATCH] ; Fix 'mode-line-format-right-align' with ElDoc
Previous Next
Full log
Message #29 received at 68547 <at> debbugs.gnu.org (full text, mbox):
> From: João Távora <joaotavora <at> gmail.com>
> Date: Sat, 20 Jan 2024 18:08:35 +0000
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 68547 <at> debbugs.gnu.org
>
> -(defun eldoc-minibuffer-message (format-string &rest args)
> +(defvar eldoc--saved-mlf nil
> + "Saved `mode-line-format' used in `eldoc--minibuffer-message'.")
> +(defun eldoc--minibuffer-message (format-string &rest args)
> "Display message specified by FORMAT-STRING and ARGS on the
> mode-line as needed.
Does this remove a function that existed before? If so, please don't,
since that function's name didn't include "--", so it was not an
internal function.
(I also find the tendency of using internal functions as values of
variables that are clearly meant to be customized by modes to be
undesirable. They are not really internal functions.)
This bug report was last modified 156 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.