From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T. V. Raman" Newsgroups: gmane.emacs.devel Subject: C-h N, outline navigation Date: Fri, 15 Feb 2013 19:31:55 -0800 Message-ID: <20766.64939.664087.614605@gargle.gargle.HOWL> Reply-To: tv.raman.tv@gmail.com 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 1360985528 22380 80.91.229.3 (16 Feb 2013 03:32:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Feb 2013 03:32:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 16 04:32:31 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 1U6YVo-0006PT-PV for ged-emacs-devel@m.gmane.org; Sat, 16 Feb 2013 04:32:28 +0100 Original-Received: from localhost ([::1]:52995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6YVU-0002na-Pe for ged-emacs-devel@m.gmane.org; Fri, 15 Feb 2013 22:32:08 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:44717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6YVS-0002mA-06 for emacs-devel@gnu.org; Fri, 15 Feb 2013 22:32:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6YVQ-0006E9-BM for emacs-devel@gnu.org; Fri, 15 Feb 2013 22:32:05 -0500 Original-Received: from mail-pb0-f44.google.com ([209.85.160.44]:36758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6YVP-0006Dm-V2 for emacs-devel@gnu.org; Fri, 15 Feb 2013 22:32:04 -0500 Original-Received: by mail-pb0-f44.google.com with SMTP id wz12so855227pbc.3 for ; Fri, 15 Feb 2013 19:32:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:content-type:content-transfer-encoding :message-id:date:to:subject:x-mailer:reply-to:from:x-attribution; bh=U47Cy17DIYTZxgrI42RpXGGRpd+P+teRyXzieKoujdI=; b=dmx/F31JGH+JJPVO6hBH4r9k870rJbnc6CyLsL2QhUDOOb5zdNHEYl8FC3L6NodMnq J5ezA3PijC4IXv0YgChx7OJ6+C6VuDjam+f+7qG0MK73GVy7NiTcJJjciSaCXZl9jCYZ 00G44M3li6Iwyq9UC+DfLGUUPR0doo7Imq0lUm8Mu5cCqcpzEUQcTk3ZTMjEhqrNMw/v XHSxyBMLhCYxWVbEXGq1rYCIgnfwZ9mcTtojoQAlCAFFZ0Hf5YFspTcNXtoxTUcj+r2A 93DkLvVVLE5qvm/I8vgTWhJR7SWTbohoHbA2cNO0BtFvVEVRXpvHVT1QdDEC/D4zDwjb 7WCA== X-Received: by 10.68.83.68 with SMTP id o4mr11407945pby.42.1360985522282; Fri, 15 Feb 2013 19:32:02 -0800 (PST) Original-Received: from labrador.google.com (c-71-202-188-217.hsd1.ca.comcast.net. [71.202.188.217]) by mx.google.com with ESMTPS id e6sm95608384paw.16.2013.02.15.19.32.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 15 Feb 2013 19:32:01 -0800 (PST) X-Mailer: VM 8.1.1 under 24.3.50.2 (i686-pc-linux-gnu) x-attribution: tvr X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.44 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:157067 Archived-At: 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. I've gotten around it by just activating org-mode in the News file; is there any reason why org should not just be the default for News? -- Best Regards, --raman