From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: Stop fiddling with my preferences Date: Sun, 30 Nov 2014 15:15:01 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417356963 26123 80.91.229.3 (30 Nov 2014 14:16:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Nov 2014 14:16:03 +0000 (UTC) Cc: Roland Lutz , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 30 15:15:56 2014 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 1Xv5I2-0002VX-Qm for ged-emacs-devel@m.gmane.org; Sun, 30 Nov 2014 15:15:54 +0100 Original-Received: from localhost ([::1]:50592 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xv5I2-0000fY-9M for ged-emacs-devel@m.gmane.org; Sun, 30 Nov 2014 09:15:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xv5Hj-0000fS-2f for emacs-devel@gnu.org; Sun, 30 Nov 2014 09:15:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xv5Hc-0006V9-B6 for emacs-devel@gnu.org; Sun, 30 Nov 2014 09:15:34 -0500 Original-Received: from mx1.bahnhof.se ([213.80.101.11]:34279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xv5Hb-0006Qt-Vd for emacs-devel@gnu.org; Sun, 30 Nov 2014 09:15:28 -0500 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx1-reinject (Postfix) with ESMTP id D5F8540906; Sun, 30 Nov 2014 15:15:25 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF2) Original-Received: from mf2.bahnhof.se ([127.0.0.1]) by localhost (mf2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3JN02vinpEIw; Sun, 30 Nov 2014 15:15:16 +0100 (CET) Original-Received: from mta.verona.se (h-235-102.a149.priv.bahnhof.se [85.24.235.102]) by mf2.bahnhof.se (Postfix) with ESMTP id AF334940213; Sun, 30 Nov 2014 15:15:13 +0100 (CET) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id 65335526E4C; Sun, 30 Nov 2014 14:15:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R6BtgDB_diOm; Sun, 30 Nov 2014 15:15:01 +0100 (CET) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id 4807E526E48; Sun, 30 Nov 2014 15:15:01 +0100 (CET) In-Reply-To: (Stefan Monnier's message of "Sun, 30 Nov 2014 09:02:40 -0500") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 213.80.101.11 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:178512 Archived-At: Stefan Monnier writes: >> (set 'x-select-enable-clipboard nil) >> (set 'x-select-enable-primary t) >> (set 'select-active-regions nil) >> (set 'mouse-drag-copy-region t) >> (set 'delete-active-region nil) >> (set 'electric-indent-chars (remq ?\n electric-indent-chars)) > > Maybe it makes sense to complement the NEWS file with a "retro.el" file > (oh maybe it should be called "iwannagoback.el") which tries to bring > back the default behavior of previous releases. antinews.el ? > > The main feature of this file (compared to NEWS which should already > contain this info) would be to be short. > > > Stefan > -- Joakim Verona