From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: C-h N, outline navigation Date: Fri, 15 Feb 2013 22:44:48 -0500 Message-ID: <20767.176.873466.102971@gnu.org> References: <20766.64939.664087.614605@gargle.gargle.HOWL> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1360986294 27577 80.91.229.3 (16 Feb 2013 03:44:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Feb 2013 03:44:54 +0000 (UTC) Cc: Emacs developers To: raman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 16 04:45:15 2013 Return-path: Envelope-to: ged-emacs-devel@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 1U6YiA-0002Ki-Oo for ged-emacs-devel@m.gmane.org; Sat, 16 Feb 2013 04:45:14 +0100 Original-Received: from localhost ([::1]:56611 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Yhp-0005bT-Uc for ged-emacs-devel@m.gmane.org; Fri, 15 Feb 2013 22:44:53 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:46979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Yhm-0005al-SO for emacs-devel@gnu.org; Fri, 15 Feb 2013 22:44:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6Yhl-0000fR-Sb for emacs-devel@gnu.org; Fri, 15 Feb 2013 22:44:50 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Yhl-0000fN-PR for emacs-devel@gnu.org; Fri, 15 Feb 2013 22:44:49 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U6Yhl-0000I5-1c; Fri, 15 Feb 2013 22:44:49 -0500 In-Reply-To: <20766.64939.664087.614605@gargle.gargle.HOWL> X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: yellow X-Ran: -t!=%Jrq(9%f#$DgP;`;I)J:.3B0hVb]ydQ@d8Da&dnl)da~<8ci#XTx0#RU3G]P*gA7Sj X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157068 Archived-At: raman wrote (on Fri, 15 Feb 2013 at 19:31 -0800): > This has been a major irritant for a while -- not sure when it > started -- but C-h N when it displays the Emacs News file claims to > have activated outline mode as a minor mode; however outline > navigation doesn't appear to work -- invoking next-visible-heading > just jumps to the end of the file. Works absolutely fine for me with: emacs -Q C-h N M-x outline-next-visible-heading Maybe you should make a bug report with your recipe to reproduce the problem.