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

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

26.1.92; skip-chars-backward


From: Andreas Röhler
Subject: 26.1.92; skip-chars-backward
Date: Fri, 15 Mar 2019 21:33:11 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

Hi,

have the following code in buffer starting and ending with a pipe-char:

-------

|
     ;;;     Wri |

-------

When running the command below, expect it stops at pos 2, after pipe.

Instead it travels from "Wri" only the two lesser chars backward.

Any explanation?

Thanks,

Andreas

--------

(defun skiptest ()
  (interactive)
  (goto-char (point-min))
  (search-forward "Wri")
  (skip-chars-backward "^‘“{<[(|\"'#$/=?!:*+~§%&-_;"))



reply via email to

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