[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why does this lisp function to grab text from buffer not work as I e
From: |
Barry Margolin |
Subject: |
Re: Why does this lisp function to grab text from buffer not work as I expect |
Date: |
Fri, 12 Apr 2013 15:41:16 -0400 |
User-agent: |
MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) |
In article <mailman.24033.1365776319.855.help-gnu-emacs@gnu.org>,
acomber <deedexy@gmail.com> wrote:
> I have some text like this:
>
> qwerty\tberty
> merty\tserty
>
> I want to grab the text berty between the tab character and end of line.
> Then to show it worked goto the end of the buffer and insert the text there.
>
> But this code doesn't work. Any ideas why not?
>
>
>
>
>
>
> --
> View this message in context:
> http://emacs.1067599.n5.nabble.com/Why-does-this-lisp-function-to-grab-text-fr
> om-buffer-not-work-as-I-expect-tp283560.html
> Sent from the Emacs - Help mailing list archive at Nabble.com.
Invisible code tends to work poorly.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Why does this lisp function to grab text from buffer not work as I expect,
Barry Margolin <=