* Vincent Belaïche (2008-08-09) writes: > I am afraid that I was unclear about what I meant. Sorry for that. > Actually I was talking about kind of text like tables like the one you > make with Emacs table-capture.
I see. > Actually, this was just an example of use. The real reason why I need > this function is that I have developed a small Preprocessor in Elisp > (which I called Eupp). > This pre-processor is quite immature yet, but maybe one day I'll make it > public. The Eupp code is embedded inside special comments delimited by > some reserved characters. > So I need that these special comments (that are indeed not comment, but > embedded Elisp code) be not destroyed by the comment filling. Is the preprocessor code separated in some way from the rest of the comment? Then you could adapt `paragraph-separate' accordingly. > PS: Please don't forget to make me explicitly in "To" as I am not > subscribed to [email protected] You know that you can read the list on Gmane? -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
