| 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
|
| Previous by Date: | Re: How old are Emacs users?, Rainer Stengele |
|---|---|
| Next by Date: | CVS merge, rocher |
| Previous by Thread: | Re: How old are Emacs users?, Tassilo Horn |
| Next by Thread: | Re: How old are Emacs users?, Tassilo Horn |
| Indexes: | [Date] [Thread] [Top] [All Lists] |