[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 7b31de4: Add hook for all events
From: |
Phillip Lord |
Subject: |
Re: master 7b31de4: Add hook for all events |
Date: |
Wed, 23 Jan 2019 22:56:19 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux) |
Michael Albinus <address@hidden> writes:
> address@hidden (Phillip Lord) writes:
>
> Hi Philipp,
"Phillip" -- I should change my email line to "Phil". There are too many
versions of the spelling.
>> diff --git a/etc/NEWS b/etc/NEWS
>> index 2118747..b0bbaeb 100644
>> --- a/etc/NEWS
>> +++ b/etc/NEWS
>> @@ -1189,11 +1189,13 @@ removed.
>>
>> * Lisp Changes in Emacs 27.1
>>
>> -+++
>> +
>> ** 'self-insert-command' takes the char to insert as (optional) argument.
>
> Is there a reason you have removed the three pluses?
Yep. Screw up with my rebase. Slightly unfortunate that the "+++/---"
markup is similar to the markup that diff uses but guess that's a poor
excuse.
>
>> +** New hook `input-event-functions` run whenever a user-input is read.
>> +
>
> In etc/NEWS, pls quote Lisp objects 'like-this'. I guess you shall
> preceed this entry by three minuses, because it lacks the documentation
> in the manual.
I thought the semantics of "---" was "definately needs not change" and I
am not sure whether this is true. Sitting on the fence. I can update the
documentation also.
Phil