all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to find " on string
@ 2014-09-16 10:57 Renato Pontefice
  2014-09-16 12:22 ` sokobania.01
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Renato Pontefice @ 2014-09-16 10:57 UTC (permalink / raw)
  To: help-gnu-emacs

ok, with this elisp,

(defun my-working-code ()
  "Some really useful thing."
  (interactive)
  (while (and (not (eobp))
              (search-forward "[-" nil 'move))
    (skip-chars-forward "A-Z")
    (unless (looking-at "-]")
      (message "Problem found, please fix and hit C-M-c to continue")
      (recursive-edit)))) I can find for all I need to search.
I look for many char that I'm looking for.
I've added some char ( (skip-chars-forward "A-Z_\\(0-9\)"))

I would also look for ", but I can't find the char that indicate that. Wich one is it?


TIA

Renato


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-09-16 14:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16 10:57 how to find " on string Renato Pontefice
2014-09-16 12:22 ` sokobania.01
2014-09-16 12:30 ` Eric Abrahamsen
     [not found] ` <mailman.8971.1410870417.1147.help-gnu-emacs@gnu.org>
2014-09-16 13:35   ` Renato Pontefice
2014-09-16 14:27     ` sokobania.01
2014-09-16 14:54       ` Renato Pontefice

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.