From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bozhidar Batsov Newsgroups: gmane.emacs.devel Subject: Re: Mark custom function for interactive use only Date: Mon, 25 Nov 2013 19:17:45 +0200 Message-ID: References: <3F18D207-3DA2-4003-B995-A8867E8F0140@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="52938639_5bd062c2_16016" X-Trace: ger.gmane.org 1385399887 23451 80.91.229.3 (25 Nov 2013 17:18:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2013 17:18:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier , Sebastian Wiesner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 25 18:18:12 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VkznX-0002rL-6i for ged-emacs-devel@m.gmane.org; Mon, 25 Nov 2013 18:18:11 +0100 Original-Received: from localhost ([::1]:54022 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkznW-0003lI-M6 for ged-emacs-devel@m.gmane.org; Mon, 25 Nov 2013 12:18:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkznM-0003l3-91 for emacs-devel@gnu.org; Mon, 25 Nov 2013 12:18:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkznC-0000mz-7g for emacs-devel@gnu.org; Mon, 25 Nov 2013 12:18:00 -0500 Original-Received: from mail-bk0-x22a.google.com ([2a00:1450:4008:c01::22a]:42469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkznC-0000mm-0p for emacs-devel@gnu.org; Mon, 25 Nov 2013 12:17:50 -0500 Original-Received: by mail-bk0-f42.google.com with SMTP id w11so2124776bkz.15 for ; Mon, 25 Nov 2013 09:17:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:message-id:in-reply-to:references:subject :mime-version:content-type; bh=mISSwgzVkrk4EBhSymhjVSvO/KE3Ul6lTkI4NpLPFmY=; b=mM/Z9RqFk7ezTmsc+8pw5yExc76bzp0PB0hPvd0VMk3OHdGBXgEUXjTevSvJn7DWL+ DmrnyxU24bGy0BDQxvjJ2e2w3rn8WvrNbvNUF8vrqelR/RWzVW+BHvwoaH7g0iv6dxhU OQCDcQ56SOvnpz4IE88B816dvveTHmtHpyw4fPS0M27RnlNWKtRhSf5NpE8JJSnsfx4l owtDlByWf84NtfAp3sCQP4UuO962FIjlXwYQIKVddnDnKG/VogmwmyV/Guv7vT0YJ2i0 wtWHkgiecEBoHZz1e6U9Ll7jRRlflmMiT8NjxiXy3WSvi6OiOH2A0koTTbi1ofn++M6f ekFw== X-Received: by 10.205.44.5 with SMTP id ue5mr195447bkb.102.1385399868654; Mon, 25 Nov 2013 09:17:48 -0800 (PST) Original-Received: from Bozhidars-MacBook-Pro.local ([95.87.231.111]) by mx.google.com with ESMTPSA id pu8sm47343065bkb.9.2013.11.25.09.17.47 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Nov 2013 09:17:47 -0800 (PST) In-Reply-To: <3F18D207-3DA2-4003-B995-A8867E8F0140@gmail.com> X-Mailer: Airmail (211) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4008:c01::22a X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:165707 Archived-At: --52938639_5bd062c2_16016 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Installed. Thanks=21 --=C2=A0 Cheers, Bozhidar On November 25, 2013 at 5:43:17 PM, Sebastian Wiesner (lunaryorn=40gmail.= com) wrote: >> +(put 'comint-run 'interactive-only t) =20 > =20 > The non-interactive replacement is =60make-comint'. =20 > =20 >> +(put 'delete-backward-char 'interactive-only t) =20 > =20 > Replaced by =60delete-char'. =20 > =20 > Looks good, thanks. =20 Updated. =20 - interactive-only-property.patch, 9.2 KB --52938639_5bd062c2_16016 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Installed. Thanks=21=

--&nb= sp;
Cheers,
Bozhidar

On November 25, 2013 at 5:43:17 PM, Sebastian Wiesner (lunaryorn=40gmail.com) wrote:

<= blockquote type=3D=22cite=22 class=3D=22clean=5Fbq=22>

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

Updated.


- interactive-only-property.patch, 9.2 KB
--52938639_5bd062c2_16016--