Gnus development mailing list
 help / color / mirror / Atom feed
* [sdl.web@gmail.com: window-system in face definition]
@ 2007-10-28 13:50 Richard Stallman
  2007-10-28 15:43 ` Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2007-10-28 13:50 UTC (permalink / raw)
  To: ding, emacs-devel

Would someone please DTRT then ack?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed 
	version=3.1.0
From: Leo <sdl.web@gmail.com>
To: Richard Stallman <rms@gnu.org>
Subject: window-system in face definition
Date: Sat, 27 Oct 2007 15:45:24 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Dear Richard,

I intend to report a bug about Gnus which I have reported to Gnus
mailing list but apparently no one has paid attention.

Now that multi-tty has been merged into Emacs, window-system has become
a frame-local variable and is not sufficient to tell which single device
Emacs displays on or rather we should assume window-system is t in this
case. So the following code need to be changed (simplified)
accordingly. There might be other occurrences of such structure.

- ---- line 1119 of gnus-art.el ----

(defcustom gnus-treat-emphasize
  (and (or window-system
	   (featurep 'xemacs))
       50000)
  "Emphasize text.
Valid values are nil, t, `head', `first', `last', an integer or a
predicate.  See Info node `(gnus)Customizing Articles'."
  :group 'gnus-article-treat
  :link '(custom-manual "(gnus)Customizing Articles")
  :type gnus-article-treat-custom)

- ---------------------------------

Should be simplified to:

(defcustom gnus-treat-emphasize 5000
           ...)

HTH,
- -- 
.:  Leo  :.  [ sdl.web AT gmail.com ]  .:  [ GPG Key: 9283AA3F ]  :.

       Use the most powerful email client -- http://gnus.org/
------- End of forwarded message -------



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

end of thread, other threads:[~2007-10-29  9:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-28 13:50 [sdl.web@gmail.com: window-system in face definition] Richard Stallman
2007-10-28 15:43 ` Reiner Steib
2007-10-29  9:21   ` Richard Stallman

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 NNTP newsgroup(s).