Re: C indentation error.

2006-04-03 Thread Alan Mackenzie
Hi, Michael, Tim and Richard! On Sun, 19 Mar 2006, Michael Cadilhac wrote: >> > I got an error with some C indentation in macro definitions in GNU >> > Emacs 22.0.50.34 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of >> > 2006-03-02. >> > Error is triggered by: >>

Re: C indentation error.

2006-04-03 Thread Michael Cadilhac
Alan Mackenzie <[EMAIL PROTECTED]> writes: > Hi, Michael, Tim and Richard! And hi everybody ! >>> > #foo :\ >>> > bar >> typedef struct { >> int chanCnt:5; // correct indentation >> u_char_t chanCntRsvd:3; // INCORRECT indentation >> } CbChanCnt_t; > > T

Re: C indentation error.

2006-03-31 Thread Alan Mackenzie
Cc: [EMAIL PROTECTED], emacs-pretest-bug@gnu.org, [EMAIL PROTECTED] To: Michael Cadilhac <[EMAIL PROTECTED]> From: Richard Stallman <[EMAIL PROTECTED]> Hi, Michael, Richard! First, a big apology for not getting back to you for so long. As well as all the things in Emacs, I've got serious per

Re: C indentation error.

2006-03-20 Thread Michael Cadilhac
Richard Stallman <[EMAIL PROTECTED]> writes: > > I got an error with some C indentation in macro definitions in GNU > > Emacs 22.0.50.34 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of > > 2006-03-02. > > > > Error is triggered by: > > > > With emacs -Q :

Re: C indentation error.

2006-03-20 Thread Richard Stallman
> I got an error with some C indentation in macro definitions in GNU > Emacs 22.0.50.34 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of > 2006-03-02. > > Error is triggered by: > > With emacs -Q : > In scratch, insert the following: > > #foo

Re: C indentation error.

2006-03-17 Thread Michael Cadilhac
Michael Cadilhac <[EMAIL PROTECTED]> writes: > Hi ! > > I got an error with some C indentation in macro definitions in GNU > Emacs 22.0.50.34 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of > 2006-03-02. > > Error is triggered by: > > With emacs -Q : > In scratch, insert the fol

C indentation error.

2006-03-11 Thread Michael Cadilhac
Hi ! I got an error with some C indentation in macro definitions in GNU Emacs 22.0.50.34 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2006-03-02. Error is triggered by: With emacs -Q : In scratch, insert the following: #foo :\ bar Toggle to c-mode, and try to indent th