[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#30204: 27.0.50; Changing major mode resets non-default invisibil
From: |
Robert Pluim |
Subject: |
Re: bug#30204: 27.0.50; Changing major mode resets non-default invisibility spec |
Date: |
Sun, 10 Oct 2021 18:15:58 +0200 |
>>>>> On Sun, 10 Oct 2021 12:06:49 -0400, Stefan Monnier
>>>>> <monnier@iro.umontreal.ca> said:
Stefan> Robert Pluim [2021-10-10 17:59:16] wrote:
>> [redirecting to emacs-devel]
>>>>>>> On Sat, 09 Oct 2021 13:28:13 +0200, Lars Ingebrigtsen
<larsi@gnus.org> said:
Lars> Robert Pluim <rpluim@gmail.com> writes:
>> >> Doesnʼt `filter-buffer-substring' only work if Iʼm yanking from one
>> >> buffer to another? What if Iʼm yanking the X selection?
Lars> Then you have... er... interprogram-paste-function and friends. :-/
>> Hmm, they look kind of internal. I guess I could 'advice' them.
Stefan> Depending on what you want to do, you might prefer to add a method
to
Stefan> `gui-backend-get-selection`.
I hadn't realized that was a generic function. Iʼm going to have to
read up on cl-defmethod now :-)
Robert
--