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

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

Re: outline-heading-alist for elisp using ";; * "


From: Christopher Dimech
Subject: Re: outline-heading-alist for elisp using ";; * "
Date: Wed, 12 May 2021 03:46:25 +0200

> Sent: Wednesday, May 12, 2021 at 6:09 AM
> From: "Jean Louis" <bugs@gnu.support>
> To: "Christopher Dimech" <dimech@gmx.com>
> Cc: monnier@iro.umontreal.ca, help-gnu-emacs@gnu.org
> Subject: Re: outline-heading-alist for elisp using ";; * "
>
> * Christopher Dimech <dimech@gmx.com> [2021-05-11 18:32]:
> (defun fun ()
>   (let ((something else)
>       
> (more here))))
> 
> > > If I press C-o at the position ■ to enter new line this is what happens:
> 
> > I customarily hit enter at the end of the previous line and indentation 
> > works.
> > Pressing <tab> after using "C-o" works for me.  
> 
> Not in outline-minor-mode within emacs-lisp-mode as if
> parenthesis is on the new line, then it becomes a header, as each
> parenthesis on new line is then header for something.

I fully understand now.  outline-minor-more must be revamped.  For instance, it 
should
actually look for "(defun ", rather than for the simplistic "(" on a new line.
 
> -- 
> Jean
> 
> Take action in Free Software Foundation campaigns:
> https://www.fsf.org/campaigns
> 
> Sign an open letter in support of Richard M. Stallman
> https://stallmansupport.org/
> https://rms-support-letter.github.io/
> 
>



reply via email to

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