From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Disappointed by texinfo @anchor construct Date: Sat, 22 Nov 2014 23:19:09 +0000 Message-ID: <87tx1qu8lu.fsf@robertthorpeconsulting.com> References: <4fa0393b-2e0b-461b-a31c-48b99bfee272@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416698386 27454 80.91.229.3 (22 Nov 2014 23:19:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Nov 2014 23:19:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Alan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 23 00:19:36 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XsJxo-0000Kk-2i for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Nov 2014 00:19:36 +0100 Original-Received: from localhost ([::1]:47095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsJxn-0005SH-Ku for geh-help-gnu-emacs@m.gmane.org; Sat, 22 Nov 2014 18:19:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsJxW-0005RI-7s for help-gnu-emacs@gnu.org; Sat, 22 Nov 2014 18:19:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsJxP-0000H2-Of for help-gnu-emacs@gnu.org; Sat, 22 Nov 2014 18:19:18 -0500 Original-Received: from outbound-smtp05.blacknight.com ([81.17.249.38]:54328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsJxP-0000GV-Il for help-gnu-emacs@gnu.org; Sat, 22 Nov 2014 18:19:11 -0500 Original-Received: from mail.blacknight.com (pemlinmail05.blacknight.ie [81.17.254.26]) by outbound-smtp05.blacknight.com (Postfix) with ESMTP id AB806985D7 for ; Sat, 22 Nov 2014 23:16:00 +0000 (UTC) Original-Received: (qmail 23255 invoked from network); 22 Nov 2014 23:19:10 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.79.95.189]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 22 Nov 2014 23:19:09 -0000 In-Reply-To: <4fa0393b-2e0b-461b-a31c-48b99bfee272@googlegroups.com> (message from Alan on Fri, 21 Nov 2014 03:39:37 -0800 (PST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.38 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101120 Archived-At: Alan writes: > If I start up Emacs with no initialization file then reference > to an anchor works properly--i.e. as described in the texinfo > Info file. So, the problem is something that needs fixing in > my initialization file. You probably have some code that switches buffers in a careless way. Something that is called frequently as a background task is setting the current buffer to fundamental-mode then exiting without switching it back. You could bisect your init file. BR, Robert Thorpe