From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Problems with search Date: Thu, 07 Jul 2011 22:25:07 -0400 Message-ID: <4824.1310091907@alphaville.dokosmarshall.org> References: <87liw9ajv9.fsf@gmail.com> <6228.1310073400@alphaville.americas.hpqcorp.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf0mZ-0000a2-47 for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 22:27:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qf0mX-0002ts-6x for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 22:27:07 -0400 Received: from vms173001pub.verizon.net ([206.46.173.1]:59841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf0mX-0002tX-3h for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 22:27:05 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LNZ00BUYTH22M50@vms173001.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 21:27:04 -0500 (CDT) In-reply-to: Message from Henri-Paul Indiogine of "Thu, 07 Jul 2011 16:18:47 PDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Henri-Paul Indiogine Cc: nicholas.dokos@hp.com, emacs-org 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? > > Yes, it reappears. > > > In each case, check the value of post-command-hook. And post the results. > > Now, with the problem again the value is: > > 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? Nick > Local in buffer .emacs; global value is > (global-font-lock-mode-check-buffers > autopair-global-mode-check-buffers > global-visual-line-mode-check-buffers > djcb-set-cursor-according-to-mode) >