help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Emacs like line editing during perl input.


From: Bijan Soleymani
Subject: Re: Emacs like line editing during perl input.
Date: 30 Dec 2002 22:52:24 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Harry Putnam <hgp@sbcglobal.net> writes:

> Bijan Soleymani <bijan@psq.com> writes:
> 
> > But seriously just download the source to a program that uses
> > Term:readline and figure it out. (vicq is a simple icq program written in 
> > perl that uses that library.)
> 
> emacs vICQ.pm
> M-x occur [Rr]ead[Ll]ine <RET>
>        <no matches>
> 
> M-x occur [Tt]erm <RET>
>        <no matches>
I've installed the Debian package I'm looking at the file /usr/bin/vicq
and line 19 is:
use Term::Readline;
and m-x occur gives 23 matches.

Bijan
>From gnu-help-gnu-emacs@m.gmane.org Mon Dec 30 23:24:17 2002
Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13)
        id 18TDwv-0000Ax-00
        for help-gnu-emacs@gnu.org; Mon, 30 Dec 2002 23:24:17 -0500
Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13)
        id 18TDwr-0008UG-00
        for help-gnu-emacs@gnu.org; Mon, 30 Dec 2002 23:24:15 -0500
Received: from main.gmane.org ([80.91.224.249])
        by monty-python.gnu.org with esmtp (Exim 4.10.13)
        id 18TDwr-0008Sx-00
        for help-gnu-emacs@gnu.org; Mon, 30 Dec 2002 23:24:13 -0500
Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian))
        id 18TDw3-0007hn-00
        for <help-gnu-emacs@gnu.org>; Tue, 31 Dec 2002 05:23:23 +0100
X-Injected-Via-Gmane: http://gmane.org/
To: help-gnu-emacs@gnu.org
Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian))
        id 18TDw2-0007he-00
        for <gmane-emacs-help@m.gmane.org>; Tue, 31 Dec 2002 05:23:22 +0100
Path: not-for-mail
From: Harry Putnam <hgp@sbcglobal.net>
Date: Mon, 30 Dec 2002 20:24:09 -0800
Organization: Still searching...
Lines: 19
Message-ID: <m27kdqu87q.fsf@sbcglobal.net>
References: <m28yy8gt8p.fsf@sbcglobal.net> <m1hecvx6u0.gnus@usa.net>
 <m2of73fqct.fsf@sbcglobal.net> <m1ptrjmqo4.gnus@usa.net>
 <m2bs33f0lu.fsf@sbcglobal.net> <87r8bzeyox.fsf@hurd.crasseux.com>
 <mailman.737.1041305477.19936.help-gnu-emacs@gnu.org>
 <87n0mmg807.fsf@hurd.crasseux.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: usenet@main.gmane.org
User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50
 (i686-pc-linux-gnu)
Cancel-Lock: sha1:ingEJerpA30kxvYNrWGecA64OIY=
Sender: news <news@main.gmane.org>
Subject: Re: Emacs like line editing during perl input.
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1b5
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
List-Archive: <http://mail.gnu.org/pipermail/help-gnu-emacs>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
X-List-Received-Date: Tue, 31 Dec 2002 04:24:18 -0000

Bijan Soleymani <bijan@psq.com> writes:

>> emacs vICQ.pm
>> M-x occur [Rr]ead[Ll]ine <RET>
>>        <no matches>
>> 
>> M-x occur [Tt]erm <RET>
>>        <no matches>
> I've installed the Debian package I'm looking at the file /usr/bin/vicq
> and line 19 is:
> use Term::Readline;
> and m-x occur gives 23 matches.

Oh.. thanks.  I was looking in the *.pm file.
Now I see them but still no closer to understanding how to use it to
make and input line editable.

Apparently this is just going to remain out of my grasp for some time
to come.





reply via email to

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