help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How old are Emacs users?


From: Johan Bockgård
Subject: Re: How old are Emacs users?
Date: Tue, 24 Apr 2007 11:54:05 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux)

Tassilo Horn <tassilo@member.fsf.org> writes:

> than with the three dots emacs appends to the text before. That's
> simply not eye-catching enough.

(defface selective-display
  '((((supports (:underline "red")))
     (:underline "red"))
    (t
     (:inverse-video t)))
  "")

(unless standard-display-table
  (setq standard-display-table (make-display-table)))

(set-display-table-slot
 standard-display-table
 'selective-display
 (vconcat (mapcar (lambda (c) (make-glyph-code c 'selective-display))
                  "...")))

-- 
Johan Bockgård


reply via email to

[Prev in Thread] Current Thread [Next in Thread]