xemacs and c++ //-type comments

1997-03-01 Thread root
The c++ mode in xemacs does not appear to recognize the double-slash comments in c++ code (these comments start with // and end at the following new-line -- like the '#' comment character in ksh scripts). Does anyone know if there is a patch or modification for the c++ mode so that it will

Re: xemacs and c++ //-type comments

1997-03-01 Thread Siggy Brentrup
[Please don't Cc me when replying to messages on the list] Harmon, On Sat, Mar 1 1997, root (you?) wrote: The c++ mode in xemacs does not appear to recognize the double-slash comments in c++ code (these comments start with // and end at the following new-line -- like the '#' comment

Re: xemacs and c++ //-type comments

1997-03-01 Thread William Chow
On Sat, 1 Mar 1997, root wrote: The c++ mode in xemacs does not appear to recognize the double-slash comments in c++ code (these comments start with // and end at the following new-line -- like the '#' comment character in ksh scripts). Yes it does, my 19.14 emacs seems to understand