On Sun, 13 Mar 2005 15:52:24 -0600 Alan Wehmann <[EMAIL PROTECTED]> wrote:
> Stephen Berman <[EMAIL PROTECTED]> writes:
>
>> There seems to be something about match-string that I don't
>> understand. Here is an example of the kind of code I'm working with:
>> [...]
>> The last line indicates that
Stephen Berman <[EMAIL PROTECTED]> writes:
> There seems to be something about match-string that I don't
> understand. Here is an example of the kind of code I'm working with:
>
> (defvar mystring1 "+ ")
> (defvar mystring2 " ~")
> (defun mystring-list ()
> (interactive)
> (with-curre
On 11 Mar 2005 00:40:14 +0100 Pascal Bourguignon <[EMAIL PROTECTED]> wrote:
> Stephen Berman <[EMAIL PROTECTED]> writes:
>
>> [...]
>> >> (let ((mystring-list ()))
>> >> (while (re-search-forward
>> >> (concat "^" (regexp-quote mystring1) "\\(.+\\)"
>> >> (regexp-
Stephen Berman <[EMAIL PROTECTED]> writes:
> On 10 Mar 2005 18:06:52 +0100 Pascal Bourguignon <[EMAIL PROTECTED]> wrote:
>
> > Stephen Berman <[EMAIL PROTECTED]> writes:
> >
> [...]
> >> (let ((mystring-list ()))
> >> (while (re-search-forward
> >> (concat "^" (regexp-quote mys
On 10 Mar 2005 18:06:52 +0100 Pascal Bourguignon <[EMAIL PROTECTED]> wrote:
> Stephen Berman <[EMAIL PROTECTED]> writes:
>
[...]
>> (let ((mystring-list ()))
>> (while (re-search-forward
>>(concat "^" (regexp-quote mystring1) "\\(.+\\)"
>>(regexp-quote mys
Stephen Berman <[EMAIL PROTECTED]> writes:
> There seems to be something about match-string that I don't
> understand. Here is an example of the kind of code I'm working with:
>
> (defvar mystring1 "+ ")
> (defvar mystring2 " ~")
> (defun mystring-list ()
> (interactive)
> (with-curr
There seems to be something about match-string that I don't
understand. Here is an example of the kind of code I'm working with:
(defvar mystring1 "+ ")
(defvar mystring2 " ~")
(defun mystring-list ()
(interactive)
(with-current-buffer (get-buffer-create "*test*")
(switch-to-buffe