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

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

bug#57042: 28.1.91; c-mode autoindents cweb style lines


From: Van Ly
Subject: bug#57042: 28.1.91; c-mode autoindents cweb style lines
Date: Sun, 7 Aug 2022 16:16:31 +0000 (UTC)


Hello,

C Mode autoindents CWEB style lines undesirably.

Steps to reproduce
 . starting from 'emacs -Q'
 . open new file 'C-x f /dev/shm/explain.w'
 . enable mode for C 'M-x c-mode'
 . enter the C CWEB style source text below
 . Explanation}
     the last two lines autoindent but I expect them to be without
 . at line 6 below at # position c-set-offset reports 'cpp-macro'
 . at line 0 below at # position c-set-offset reports 'cpp-macro'

Expected result is for lines 6, F and 0 below to be without indent.

```
1 @** Convert 511 decimal to octal.
2 @d _x_number_x_ 511
3 @d _x_banner_x_ "What is the value of %d in octal?"
4 @c
5 #include <stdio.h>
6 #include "u.h"
7 int@/
8 main(void)@/
9 {
A   int n = _x_number_x_;
B   printf (_x_banner_x_, n);
C   printf ("%s! %d decimal is %o octal\n", "Right", n, n);
D }
E @ @(u.h@>=
F     @h
0     #include <stdlib.h>
```

--
vl

Attachment: bug-gnu-emacs-28-1-91.text
Description: generated details for bug report


reply via email to

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