unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2835: 23.0.92; Info is missing help for some mac specific variables.
@ 2009-03-31 22:33 David Caldwell
       [not found] ` <handler.2835.B.123853967532492.ack@emacsbugs.donarmstrong.com>
  2009-03-31 23:55 ` Jason Rumney
  0 siblings, 2 replies; 5+ messages in thread
From: David Caldwell @ 2009-03-31 22:33 UTC (permalink / raw)
  To: emacs-pretest-bug

[-- Attachment #1: Type: text/plain, Size: 1784 bytes --]

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...


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 304 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#2835: 23.0.92; Info is missing help for some mac specific variables.
       [not found] ` <handler.2835.B.123853967532492.ack@emacsbugs.donarmstrong.com>
@ 2009-03-31 23:17   ` David Caldwell
  0 siblings, 0 replies; 5+ messages in thread
From: David Caldwell @ 2009-03-31 23:17 UTC (permalink / raw)
  To: 2835

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

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.

[-- Attachment #2: Type: application/pgp-signature, Size: 304 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#2835: 23.0.92; Info is missing help for some mac specific variables.
  2009-03-31 22:33 bug#2835: 23.0.92; Info is missing help for some mac specific variables David Caldwell
       [not found] ` <handler.2835.B.123853967532492.ack@emacsbugs.donarmstrong.com>
@ 2009-03-31 23:55 ` Jason Rumney
  2009-04-01  1:22   ` YAMAMOTO Mitsuharu
  1 sibling, 1 reply; 5+ messages in thread
From: Jason Rumney @ 2009-03-31 23:55 UTC (permalink / raw)
  To: David Caldwell, 2835

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.







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#2835: 23.0.92; Info is missing help for some mac specific variables.
  2009-03-31 23:55 ` Jason Rumney
@ 2009-04-01  1:22   ` YAMAMOTO Mitsuharu
  2009-04-01  2:02     ` YAMAMOTO Mitsuharu
  0 siblings, 1 reply; 5+ messages in thread
From: YAMAMOTO Mitsuharu @ 2009-04-01  1:22 UTC (permalink / raw)
  To: Jason Rumney, 2835; +Cc: David Caldwell

>>>>> On Wed, 01 Apr 2009 07:55:52 +0800, Jason Rumney <jasonr@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@math.s.chiba-u.ac.jp






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#2835: 23.0.92; Info is missing help for some mac specific variables.
  2009-04-01  1:22   ` YAMAMOTO Mitsuharu
@ 2009-04-01  2:02     ` YAMAMOTO Mitsuharu
  0 siblings, 0 replies; 5+ messages in thread
From: YAMAMOTO Mitsuharu @ 2009-04-01  2:02 UTC (permalink / raw)
  To: 2835; +Cc: David Caldwell

>>>>> On Wed, 01 Apr 2009 10:22:37 +0900, YAMAMOTO Mitsuharu <mituharu@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@math.s.chiba-u.ac.jp






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-01  2:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31 22:33 bug#2835: 23.0.92; Info is missing help for some mac specific variables David Caldwell
     [not found] ` <handler.2835.B.123853967532492.ack@emacsbugs.donarmstrong.com>
2009-03-31 23:17   ` David Caldwell
2009-03-31 23:55 ` Jason Rumney
2009-04-01  1:22   ` YAMAMOTO Mitsuharu
2009-04-01  2:02     ` YAMAMOTO Mitsuharu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).