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

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

References to larger comments...


From: slists
Subject: References to larger comments...
Date: Fri, 21 Nov 2003 16:14:16 +0100

Hi, 

is there are something like this feature (described below) already in
emacs or some extra lisp packed 
or it has to be written.

Feature: 
In code comments there are references to a larger comments and if you
execute certain command it is expanded. 
Something like in hide-ifdef-mode for ifdefs... Large comments (texts)
would be in different file.

--
example:

original
/* Short comment for everyone... */ 
/* SOME REFERENCE*/

expended
/* Short comment for everyone...*/
/* Large comment, maybe on another language...  
   foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo
foo foo 
   foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo
foo foo 
   foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo
foo foo */
--


Regards,






reply via email to

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