From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#10650: view-mode inconsistencies wrt special mode-class Date: Tue, 31 Jan 2012 01:29:25 +0200 Organization: JURTA Message-ID: <871uqgkbvu.fsf@mail.jurta.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1327966439 28627 80.91.229.3 (30 Jan 2012 23:33:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 30 Jan 2012 23:33:59 +0000 (UTC) Cc: 10650@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jan 31 00:33:58 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rs0jU-0003fl-Aj for geb-bug-gnu-emacs@m.gmane.org; Tue, 31 Jan 2012 00:33:56 +0100 Original-Received: from localhost ([::1]:47821 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rs0jT-0003vf-TC for geb-bug-gnu-emacs@m.gmane.org; Mon, 30 Jan 2012 18:33:55 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:57849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rs0jQ-0003vP-J0 for bug-gnu-emacs@gnu.org; Mon, 30 Jan 2012 18:33:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rs0jP-0004lF-8n for bug-gnu-emacs@gnu.org; Mon, 30 Jan 2012 18:33:52 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:42234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rs0jP-0004kh-60 for bug-gnu-emacs@gnu.org; Mon, 30 Jan 2012 18:33:51 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Rs0ja-0000zc-6Z for bug-gnu-emacs@gnu.org; Mon, 30 Jan 2012 18:34:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 30 Jan 2012 23:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10650 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10650-submit@debbugs.gnu.org id=B10650.13279663943756 (code B ref 10650); Mon, 30 Jan 2012 23:34:02 +0000 Original-Received: (at 10650) by debbugs.gnu.org; 30 Jan 2012 23:33:14 +0000 Original-Received: from localhost ([127.0.0.1]:45857 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rs0io-0000yW-CG for submit@debbugs.gnu.org; Mon, 30 Jan 2012 18:33:14 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:54041 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rs0ij-0000yN-RE for 10650@debbugs.gnu.org; Mon, 30 Jan 2012 18:33:13 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id EC01C451C816; Mon, 30 Jan 2012 15:31:46 -0800 (PST) In-Reply-To: (Glenn Morris's message of "Mon, 30 Jan 2012 15:10:01 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:56267 Archived-At: > This came up before in some long thread: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4896#153 > > I think the right solution should be to let the major mode say > explicitly that it is mutually-exclusive with view-mode. Another thread worth to read is: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8615 > It would seem better to have some new explicit property for this, rather > than stealing special mode-class. Or a new user option defined in view.el with a list of modes where view-mode should not be activated; with the default value like `(image-mode archive-mode tar-mode)'.