From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Fundamental mode vs. special mode Date: Sat, 22 Oct 2011 14:13:03 -0600 Message-ID: <86sjmkvl80.fsf@googlemail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319314400 6172 80.91.229.12 (22 Oct 2011 20:13:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 22 Oct 2011 20:13:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 22 22:13:16 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RHhwQ-0004wP-KO for ged-emacs-devel@m.gmane.org; Sat, 22 Oct 2011 22:13:14 +0200 Original-Received: from localhost ([::1]:36057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHhwP-000366-Rh for ged-emacs-devel@m.gmane.org; Sat, 22 Oct 2011 16:13:13 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHhwN-00035X-Um for emacs-devel@gnu.org; Sat, 22 Oct 2011 16:13:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHhwM-00061d-JQ for emacs-devel@gnu.org; Sat, 22 Oct 2011 16:13:11 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:58419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHhwM-00061X-DA for emacs-devel@gnu.org; Sat, 22 Oct 2011 16:13:10 -0400 Original-Received: by ggnh4 with SMTP id h4so5583506ggn.0 for ; Sat, 22 Oct 2011 13:13:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:subject:user-agent:date:message-id:mime-version :content-type; bh=gTAC9eo18M89l6LMJkecs6OZiX2qSFRsBAE0MRpx0oI=; b=b1PrBLF889/QfFEZ4QiAmNOKqQD6Rb1XEIjbD+tCheuW9P86802kCyrosyMMpfGz8M eslgodwSoJrTQbs9rWfVrCx1ll6boKa6zgqC40aZdvFnHQBv98JFwPRr5jLBAkcDTYV+ u2xMdcjTOlPaUMuXoYHYWXvw85GqLKhW5PXds= Original-Received: by 10.101.218.12 with SMTP id v12mr4181126anq.129.1319314389181; Sat, 22 Oct 2011 13:13:09 -0700 (PDT) Original-Received: from MARVIN (71-212-159-198.hlrn.qwest.net. [71.212.159.198]) by mx.google.com with ESMTPS id r9sm36298557anh.8.2011.10.22.13.13.07 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 22 Oct 2011 13:13:08 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.169 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:145422 Archived-At: I come across a few instances where buffers are created in Fundamental mode, for example *Shell Mode Output*. It would be convenient if those were created in special mode, since then `q' (or `C-u q') would invoke quit-window and bury (or kill) the buffer. Or could we add a Fundamental mode map with a few basic commands, like `q' (quit-window)? Special-mode could inherit from it. WDYT? Christoph