all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* changing visuals of code in emacs
@ 2008-10-12 20:11 Andrei Alexandrescu
  2008-10-12 20:48 ` Pascal J. Bourguignon
  0 siblings, 1 reply; 5+ messages in thread
From: Andrei Alexandrescu @ 2008-10-12 20:11 UTC (permalink / raw
  To: help-gnu-emacs

Hello,


I'd like to change code visuals for the D programming language as 
follows. I'd like the construct:

Symbol!(balanced_parens)

to be visualized as:

Symbol«balanced_parens»

The chevrons should appear electrically when I type the closing ")". 
Note that balanced_parens could in turn nested use of "!()", as in 
A!(B!(C)), and they should all be paired using chevrons. The underlying 
file should not contain the chevrons, just the ASCII representation 
using "!(" and ")".

I haven't done much elisp programming beyond the common .emacs 
configuration tricks, so I don't know where to start. A few searches 
suggested that overlays may be what I'm looking for... any ideas and 
pointers? Thank you.


Andrei


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

end of thread, other threads:[~2008-10-12 22:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-12 20:11 changing visuals of code in emacs Andrei Alexandrescu
2008-10-12 20:48 ` Pascal J. Bourguignon
2008-10-12 21:06   ` Andrei Alexandrescu
2008-10-12 21:44     ` Pascal J. Bourguignon
2008-10-12 22:18       ` Andrei Alexandrescu

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.