gnu.emacs.help
[Top] [All Lists]

Re: How old are Emacs users?

Subject: Re: How old are Emacs users?
From: Johan BockgÃrd
Date: Tue, 24 Apr 2007 11:54:05 +0200
Newsgroups: gnu.emacs.help
Tassilo Horn <tassilo@xxxxxxxxxxxxxx> 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
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@xxxxxxx
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

<Prev in Thread] Current Thread [Next in Thread>