Hi, I am working on programming the AT & T architecture for x86 assembly, and I need an emacs editor with build functions. So, I am editing asm-mode to edit the assembly and gas-mode .
I have a question about the functionality of MULTIPLE COMMENTS LINES. When I select a buffer-like area filled with Cx h and auto format with CM \, if the comments of several lines are in column 0, there is no problem, the result will be OK. But if there is a block of several comment lines (# characters) in the column of comment columns, the example column 34
_start: movl (%ebp), eax # comment line 0 # comment line 1 # comment line 2
The formatting process of the full automation buffer C_M \ places the comment line in the line star in column 0.
What can I do, please, if I want the comment blocks to start with the comment column field? There is some elisp function for beautyfing differentes comment types o differents comments- char character, example example # for the field comment column number and ## for column 0?
Thanks in advance Candido
source share