all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: "Vincent Belaïche" <vincent.b.1@hotmail.fr>
Cc: juri@jurta.org, emacs-devel@gnu.org, rms@gnu.org,
	monnier@iro.umontreal.ca
Subject: Re: Word search
Date: Tue, 25 Mar 2008 10:24:33 +0000	[thread overview]
Message-ID: <47E8D2E1.903@gnu.org> (raw)
In-Reply-To: <BLU104-W5244DBB6B5C79453423D2084FC0@phx.gbl>

Vincent Belaïche wrote:
> FYI, unfortunately I was never able to have word search work properly.
> For instance, when I try word search in the *info* node "Word search"
> and I type "C-s C-w" then I type "the words" (all of these things
> without double quotes) and then I type " ", I would expect to find
> the first occurrence at the end of first line of info node text which is :
>
> ---- excerpt from info node Word Search --------------
> Word search searches for a sequence of words without regard to how the
> words are separated. More precisely, you type a string of many words,
> ---- end of excerpt -------------------------------------
>
> Instead of that, I get the following error message :
> "[(wrong-type-argument integer-or-marker-p t)]" which is displayed in
> the Minibuffer and has no trace in the *Message* buffer. Is that normal

I get this error with emacs -Q, but not when I execute the following 
three lines:

(require 'cedet)
(semantic-load-enable-minimum-features)
(global-semantic-idle-summary-mode 1)

So something in the mess of macros and hooks that implements 
global-semantic-idle-summary-mode seems to be fixing the problem.






  reply	other threads:[~2008-03-25 10:24 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-25  8:13 Word search Vincent Belaïche
2008-03-25 10:24 ` Jason Rumney [this message]
2008-03-25 21:48   ` Juri Linkov
2008-03-25 14:12 ` Drew Adams
2008-03-25 14:42 ` Johan Bockgård
  -- strict thread matches above, loose matches on Subject: below --
2008-03-26 20:47 Vincent Belaïche
2008-03-26 21:16 ` Drew Adams
2008-03-30  6:13   ` Vincent Belaïche
2008-03-30  6:45     ` Drew Adams
2008-03-30  7:02       ` Vincent Belaïche
2008-03-30 16:58         ` Drew Adams
2008-03-30 21:59     ` Johan Bockgård
2008-03-25 16:43 Vincent Belaïche
2008-03-25 18:02 ` Drew Adams
2008-03-08 14:38 First two elements of search-ring shown twice in minibuffer when using M-p multiple times? Tobias Bading
2008-03-08 15:18 ` Juri Linkov
2008-03-09 21:59   ` Juri Linkov
2008-03-10 14:31     ` Stefan Monnier
2008-03-10 17:12       ` Word search (was: First two elements of search-ring shown twice in minibuffer when using M-p multiple times?) Juri Linkov
2008-03-10 18:34         ` Word search Stefan Monnier
2008-03-10 22:38           ` Juri Linkov
2008-03-11 18:47             ` Stefan Monnier
2008-03-12  0:35               ` Juri Linkov
2008-03-12  1:49                 ` Stefan Monnier
2008-03-12 10:38                   ` Juri Linkov
2008-03-12 14:09                     ` Stefan Monnier
2008-03-12 17:51                 ` Richard Stallman
2008-03-11 20:24             ` Richard Stallman
2008-03-12  0:37               ` Juri Linkov
2008-03-12 17:51                 ` Richard Stallman
2008-03-13  2:08                   ` Juri Linkov
2008-03-13 22:24                     ` Richard Stallman
2008-03-13 10:55                   ` René Kyllingstad
2008-03-14  1:08                     ` Juri Linkov
2008-03-12 19:18                 ` Drew Adams
2008-03-13  1:06                   ` Richard Stallman
2008-03-13  2:17                   ` Juri Linkov
2008-03-13 22:24                     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47E8D2E1.903@gnu.org \
    --to=jasonr@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=juri@jurta.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=rms@gnu.org \
    --cc=vincent.b.1@hotmail.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.