GNU bug report logs -
#4520
downcasing function arguments by default not appropriate in multi-tty
Previous Next
Reported by: Dan Nicolaescu <dann <at> ics.uci.edu>
Date: Tue, 22 Sep 2009 15:35:03 UTC
Severity: normal
Done: Juanma Barranquero <lekktu <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 4520 in the body.
You can then email your comments to 4520 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4520
; Package
emacs
.
(Tue, 22 Sep 2009 15:35:04 GMT)
Full text and
rfc822 format available.
Message #3 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
*Help* buffers downcase function arguments depending on the font in use
(if it supports italics?).
Changing a buffer's contents based on the font is use is not appropriate
since we have multi-tty, the same buffer can be shown simultaneously in
an X11 frame and a tty frame, and the properties of the font used in the
X11 frame can be very different from the ones used in a tty frame.
So changing the buffer content _by_default_ is not a good idea.
AFAIK we do not do such a thing anywhere else in emacs.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4520
; Package
emacs
.
(Tue, 22 Sep 2009 21:50:20 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Juanma Barranquero <lekktu <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 22 Sep 2009 21:50:21 GMT)
Full text and
rfc822 format available.
Message #8 received at 4520 <at> emacsbugs.donarmstrong.com (full text, mbox):
On Tue, Sep 22, 2009 at 17:27, Dan Nicolaescu <dann <at> ics.uci.edu> wrote:
> Changing a buffer's contents based on the font is use is not appropriate
> since we have multi-tty, the same buffer can be shown simultaneously in
> an X11 frame and a tty frame, and the properties of the font used in the
> X11 frame can be very different from the ones used in a tty frame.
Well, when the argument downcasing was implemented multi-tty wasn't in
Emacs, so it's no wonder we didn't think of that.
> So changing the buffer content _by_default_ is not a good idea.
> AFAIK we do not do such a thing anywhere else in emacs.
In the patch I'm planning to commit for #4510 I proposed
(defcustom help-downcase-arguments
(and (face-differs-from-default-p 'help-argument-name) t)
...)
but it's just as easy to initialize it to nil. It's an interface
change, but not too serious; a note on NEWS will suffice, IMO. I'll
adjust my patch.
Juanma
Reply sent
to
Juanma Barranquero <lekktu <at> gmail.com>
:
You have taken responsibility.
(Thu, 24 Sep 2009 19:30:06 GMT)
Full text and
rfc822 format available.
Notification sent
to
Dan Nicolaescu <dann <at> ics.uci.edu>
:
bug acknowledged by developer.
(Thu, 24 Sep 2009 19:30:07 GMT)
Full text and
rfc822 format available.
Message #13 received at 4520-done <at> emacsbugs.donarmstrong.com (full text, mbox):
I've installed the patch, defaulting `help-downcase-arguments' to nil
as per Dan's request in bug#4520.
If someone objects to the change in the default appearance of argument
names we'll know soon enough...
Juanma
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Fri, 23 Oct 2009 14:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 years and 293 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.