From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: find-file for PostScript programs Date: Thu, 18 Oct 2007 11:26:40 +0200 Message-ID: <18199.9936.827985.647092@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1192699630 27007 80.91.229.12 (18 Oct 2007 09:27:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2007 09:27:10 +0000 (UTC) Cc: emacs@gentoo.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 18 11:27:11 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IiRem-0003ow-DM for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2007 11:27:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiRef-0006oa-22 for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2007 05:27:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiRea-0006mq-HK for emacs-devel@gnu.org; Thu, 18 Oct 2007 05:26:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiReX-0006ik-Hx for emacs-devel@gnu.org; Thu, 18 Oct 2007 05:26:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiReX-0006iY-9G for emacs-devel@gnu.org; Thu, 18 Oct 2007 05:26:53 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IiReW-00085O-J2 for emacs-devel@gnu.org; Thu, 18 Oct 2007 05:26:52 -0400 Original-Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.13.4/8.13.4) with ESMTP id l9I9Qf9Y004462; Thu, 18 Oct 2007 11:26:41 +0200 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.1/8.13.4) with ESMTP id l9I9QfXG014628; Thu, 18 Oct 2007 11:26:41 +0200 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.1/8.14.1/Submit) id l9I9Qfpl014622; Thu, 18 Oct 2007 11:26:41 +0200 X-Mailer: VM 8.0.2-487 under Emacs 22.1.1 (i686-pc-linux-gnu) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81145 Archived-At: Hi, after my last sync from the CVS trunk, I've noticed that the default behaviour for find-file on a .ps or .eps file has changed: It now immediately switches to "doc-view mode" instead of displaying the source code of the file. This gets into the way of editing PostScript source code and I find the new behaviour really annoying. The first line of the find-file docstring reads: "Edit file FILENAME." >From this I would expect Emacs to choose an editing mode for the file's buffer whenever possible. Please consider making ps-mode the default for editing Postscript files again. Ulrich