unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: emacs-27 03080b5: Remove extraneous closing paren
       [not found] ` <20210104170420.3113A20CB7@vcs0.savannah.gnu.org>
@ 2021-01-04 18:13   ` Stefan Monnier
  2021-01-05 11:25     ` Simen Heggestøyl
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2021-01-04 18:13 UTC (permalink / raw)
  To: emacs-devel; +Cc: Simen Heggestøyl

> diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
> index 27ca544..7274086 100644
> --- a/doc/lispref/modes.texi
> +++ b/doc/lispref/modes.texi
> @@ -4165,7 +4165,7 @@ Here is an example of an indentation function:
>      (`(,_ . ",") (smie-rule-separator kind))
>      (`(:after . ":=") sample-indent-basic)
>      (`(:before . ,(or `"begin" `"(" `"@{")))
> -     (if (smie-rule-hanging-p) (smie-rule-parent)))
> +     (if (smie-rule-hanging-p) (smie-rule-parent))
>      (`(:before . "if")
>       (and (not (smie-rule-bolp)) (smie-rule-prev-p "else")
>            (smie-rule-parent)))))

Really?


        Stefan




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: emacs-27 03080b5: Remove extraneous closing paren
  2021-01-04 18:13   ` emacs-27 03080b5: Remove extraneous closing paren Stefan Monnier
@ 2021-01-05 11:25     ` Simen Heggestøyl
  0 siblings, 0 replies; 2+ messages in thread
From: Simen Heggestøyl @ 2021-01-05 11:25 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
>> index 27ca544..7274086 100644
>> --- a/doc/lispref/modes.texi
>> +++ b/doc/lispref/modes.texi
>> @@ -4165,7 +4165,7 @@ Here is an example of an indentation function:
>>      (`(,_ . ",") (smie-rule-separator kind))
>>      (`(:after . ":=") sample-indent-basic)
>>      (`(:before . ,(or `"begin" `"(" `"@{")))
>> -     (if (smie-rule-hanging-p) (smie-rule-parent)))
>> +     (if (smie-rule-hanging-p) (smie-rule-parent))
>>      (`(:before . "if")
>>       (and (not (smie-rule-bolp)) (smie-rule-prev-p "else")
>>            (smie-rule-parent)))))
>
> Really?

No, it was supposed to be removed from the line before. Sorry about
that. Should be fixed now!

-- Simen



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-05 11:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210104170418.482.54238@vcs0.savannah.gnu.org>
     [not found] ` <20210104170420.3113A20CB7@vcs0.savannah.gnu.org>
2021-01-04 18:13   ` emacs-27 03080b5: Remove extraneous closing paren Stefan Monnier
2021-01-05 11:25     ` Simen Heggestøyl

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).