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

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

bug#20732: in-string-p fails


From: Drew Adams
Subject: bug#20732: in-string-p fails
Date: Sat, 6 Jun 2015 11:37:18 -0700 (PDT)

> > I.e. remove all uses and declare it obsolete.  Sounds perfect.
> 
> Done. Guess I'll keep its definition as-is; maybe some people had a
> reason to use it.

I use it in thingatpt+.el:

(let (strg-end)
  (while (setq strg-end  (in-string-p))
    ;; Skip past string element of list.
    (skip-syntax-forward "^\"")
    ;; Skip past new string opening, `"', into next string.
    (skip-syntax-forward "\"")))

Please be sure to specify how `in-string-p' should be replaced.





reply via email to

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