GNU bug report logs -
#2835
23.0.92; Info is missing help for some mac specific variables.
Previous Next
Reported by: David Caldwell <david <at> porkrind.org>
Date: Tue, 31 Mar 2009 22:55:04 UTC
Severity: minor
Tags: notabug
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
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 2835 in the body.
You can then email your comments to 2835 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#2835
; Package
emacs
.
(Tue, 31 Mar 2009 22:55:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
David Caldwell <david <at> porkrind.org>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 31 Mar 2009 22:55:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
The following variables exist but are not documented in the emacs info:
mac-allow-anti-aliasing mac-command-modifier
mac-control-modifier mac-function-modifier
mac-option-modifier
They are originally from the carbon port and they used to be documented.
The info section that describes them seems to have been removed,
probably when the nextstep port took over. They are still relevant
should be documented.
-David
In GNU Emacs 23.0.92.1 (i386-apple-darwin9.6.0, NS apple-appkit-949.43)
of 2009-03-31 on black.local
Windowing system distributor `Apple', version 10.3.949
configured using `configure '--with-ns''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default-enable-multibyte-characters: t
Major mode: Emacs-Lisp
Minor modes in effect:
diff-auto-refine-mode: t
dir-locals-mode: t
auto-insert-mode: t
show-paren-mode: t
delete-selection-mode: t
tooltip-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
global-auto-composition-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
column-number-mode: t
line-number-mode: t
transient-mark-mode: t
Recent messages:
line-move-visual: Beginning of buffer
Auto-saving...done
Mark set
Auto-saving...done
line-move-visual: Beginning of buffer [2 times]
Auto-saving...done
Sending...done
line-move-visual: End of buffer
line-move-visual: Beginning of buffer
Making completion list...
[signature.asc (application/pgp-signature, attachment)]
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2835
; Package
emacs
.
(Tue, 31 Mar 2009 23:25:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
David Caldwell <david <at> porkrind.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 31 Mar 2009 23:25:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 2835 <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
I was poking around and noticed that the mac-* have been renamed to ns-*
names. They are still not documented, however. Sorry to cause any confusion
by refering to their old names.
[Message part 2 (application/pgp-signature, inline)]
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2835
; Package
emacs
.
(Wed, 01 Apr 2009 00:05:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jason Rumney <jasonr <at> gnu.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Wed, 01 Apr 2009 00:05:05 GMT)
Full text and
rfc822 format available.
Message #15 received at 2835 <at> emacsbugs.donarmstrong.com (full text, mbox):
David Caldwell wrote:
> The following variables exist but are not documented in the emacs info:
>
> mac-allow-anti-aliasing
Other font backends that support anti-aliasing use an :antialias
property on the font to disable or use a different type of antialiasing
for that font. There are a lot of extra font properties like this that
aren't documented either, especially in the xft and w32 font backends.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2835
; Package
emacs
.
(Wed, 01 Apr 2009 01:30:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Wed, 01 Apr 2009 01:30:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 2835 <at> emacsbugs.donarmstrong.com (full text, mbox):
>>>>> On Wed, 01 Apr 2009 07:55:52 +0800, Jason Rumney <jasonr <at> gnu.org> said:
>> The following variables exist but are not documented in the emacs
>> info:
>>
>> mac-allow-anti-aliasing
Confusingly, this is not a variable that controls anti-aliasing, but
it changes a font rendering engine so it uses lighter anti-aliasing.
This facility seems to be deprecated as of Mac OS X 10.5, so I'd
suggest removing this variable together with the corresponding NS
variable, ns-use-qd-smoothing.
> Other font backends that support anti-aliasing use an :antialias
> property on the font to disable or use a different type of
> antialiasing for that font. There are a lot of extra font properties
> like this that aren't documented either, especially in the xft and
> w32 font backends.
Still this applies to another NS variable, ns-antialias-text.
YAMAMOTO Mitsuharu
mituharu <at> math.s.chiba-u.ac.jp
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2835
; Package
emacs
.
(Wed, 01 Apr 2009 02:10:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Wed, 01 Apr 2009 02:10:04 GMT)
Full text and
rfc822 format available.
Message #25 received at 2835 <at> emacsbugs.donarmstrong.com (full text, mbox):
>>>>> On Wed, 01 Apr 2009 10:22:37 +0900, YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp> said:
>>> The following variables exist but are not documented in the emacs
>>> info:
>>>
>>> mac-allow-anti-aliasing
> Confusingly, this is not a variable that controls anti-aliasing, but
> it changes a font rendering engine so it uses lighter anti-aliasing.
Sorry, this description itself seems to be confusing. I meant, "if
the variable is set to non-nil, it selects another font rendering
engine whose rendering results in lighter anti-aliasing."
YAMAMOTO Mitsuharu
mituharu <at> math.s.chiba-u.ac.jp
bug reassigned from package `emacs' to `emacs,documentation'.
Request was from
Juanma Barranquero <lekktu <at> gmail.com>
to
control <at> emacsbugs.donarmstrong.com
.
(Wed, 01 Apr 2009 23:45:04 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
:
bug#2835
; Package
emacs,ns
.
(Sun, 31 May 2009 15:50:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Adrian Robert <adrian.b.robert <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
.
(Sun, 31 May 2009 15:50:05 GMT)
Full text and
rfc822 format available.
Message #34 received at 2835 <at> emacsbugs.donarmstrong.com (full text, mbox):
The mac-xxx variables are there for legacy support. They are
documented if you do Ctrl-h v, but I'm not sure it's appropriate to
document them in the info manual.
Also, mac-allow-anti-aliasing appears to be an alias for ns-antialias-
text, which does switch on/off antialiasing.
ns-use-qd-smoothing controls the use of the QuickDraw engine, which
was also a kind of legacy support for those transitioning from Carbon
emacs, which at one time used QuickDraw rendering exclusively. Since
that changed long ago it is indeed probably best to remove this now
-- the results don't really look good enough to justify it
independently.
Would be good to standardize antialiasing control -- if all other
backends use :antialias, NS should probably change to use it too, and
then it should be documented globally.
Severity set to `minor' from `normal'
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Wed, 17 Jun 2009 19:30:04 GMT)
Full text and
rfc822 format available.
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#2835
; Package
emacs,ns
.
(Mon, 11 Jul 2011 14:06:01 GMT)
Full text and
rfc822 format available.
Message #39 received at 2835 <at> debbugs.gnu.org (full text, mbox):
Adrian Robert <adrian.b.robert <at> gmail.com> writes:
> The mac-xxx variables are there for legacy support. They are
> documented if you do Ctrl-h v, but I'm not sure it's appropriate to
> document them in the info manual.
I agree, so I'm closing this bug report.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Added tag(s) notabug.
Request was from
Lars Magne Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Mon, 11 Jul 2011 14:06:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
2835 <at> debbugs.gnu.org and David Caldwell <david <at> porkrind.org>
Request was from
Lars Magne Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Mon, 11 Jul 2011 14:06:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 09 Aug 2011 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.