Re: [O] Problems with search

2011-08-03 Thread Bianca Lutz
> No, it's not the autopair-post-command-handler that I wondered about[fn:1], > it's that *t*, the first element of the list: how did it get there? > > Nick > > Footnotes: > > [fn:1] Well, I did wonder about it, but only because I never heard of > it; but I am more suspicious of that t. > Concerni

Re: [O] Problems with search

2011-07-07 Thread Nick Dokos
Henri-Paul Indiogine wrote: > Hi Nick! > > 2011/7/7 Nick Dokos : > >> post-command-hook is a variable defined in `C source code'. > >> Its value is > >> (t autopair-post-command-handler) > >> > > > > This looks wrong: what's that t doing there? and where did it come from? > > I think it is from

Re: [O] Problems with search

2011-07-07 Thread Henri-Paul Indiogine
Hi Nick! 2011/7/7 Nick Dokos : >> post-command-hook is a variable defined in `C source code'. >> Its value is >> (t autopair-post-command-handler) >> > > This looks wrong: what's that t doing there? and where did it come from? I think it is from autopair.el (add-hook 'post-command-hook

Re: [O] Problems with search

2011-07-07 Thread Nick Dokos
Henri-Paul Indiogine wrote: > Hi Nick! > > 2011/7/7 Nick Dokos : > > o comment out the loading of org from your emacs and restart emacs, then > > try an incremental search. Still no problem? > > No problem. > > > > o uncomment the previous and restart emacs: does the problem reappear? > > Ye

Re: [O] Problems with search

2011-07-07 Thread Henri-Paul Indiogine
Hi Nick! 2011/7/7 Nick Dokos : > o comment out the loading of org from your emacs and restart emacs, then > try an incremental search. Still no problem? No problem. > o uncomment the previous and restart emacs: does the problem reappear? Yes, it reappears. > In each case, check the value of p

Re: [O] Problems with search

2011-07-07 Thread Henri-Paul Indiogine
Hi Nick! Results so far: > o What does C-h v post-command-hook RET say? Before restarting: post-command-hook is a variable defined in `C source code'. Its value is nil Local in buffer agenda.org; global value is (global-font-lock-mode-check-buffers autopair-global-mode-check-buffers global-visua

Re: [O] Problems with search

2011-07-07 Thread Nick Dokos
Henri-Paul Indiogine wrote: > Greetings! > > I am having a problem with the GNU Emacs search function that makes it > practically unusable. I think that it is related to org-mode because of > the following lines in my *Messages* buffer: > > Error in post-command-hook: (void-variable org-ans1)