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

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

(goto-char ...) error


From: ken
Subject: (goto-char ...) error
Date: Tue, 22 Feb 2011 11:47:18 -0500
User-agent: Thunderbird 2.0.0.24 (X11/20101213)

Performing one search, I save the result with

(setq ptname (re-search-forward ...))

Then I want to back up one character and perform another search, so I do

(goto-char (- ptname 1))

But this pukes an error.  What's unkosher here?


tnx.



reply via email to

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