emacs-devel
[Top][All Lists]
Advanced

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

Re: Mark custom function for interactive use only


From: Bozhidar Batsov
Subject: Re: Mark custom function for interactive use only
Date: Mon, 25 Nov 2013 21:36:01 +0200

I don't think the old behavior was documented at all, but I think the "functions" or "byte-compilation" sections of the Emacs Lisp manual would be good places for the documentation of this functionality. The "functions" section of the manual is in doc/lispref/functions.texi


On 25 November 2013 19:48, Sebastian Wiesner <address@hidden> wrote:

Installed. Thanks!

Thank you :)

I noticed, however, that you did not add documentation.  Should I write some?  I’m familiar with Texinfo, but I don’t know where to find the source…

-- 
Cheers,
Bozhidar

On November 25, 2013 at 5:43:17 PM, Sebastian Wiesner (address@hidden) wrote:


>> +(put 'comint-run 'interactive-only t)
>
> The non-interactive replacement is `make-comint'.
>
>> +(put 'delete-backward-char 'interactive-only t)
>
> Replaced by `delete-char'.
>
> Looks good, thanks.

Updated.


- interactive-only-property.patch, 9.2 KB



reply via email to

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