From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: Re: RCS: (vc-next-action 1) only New Backend Date: Sat, 19 Sep 2015 23:14:16 +0200 Message-ID: <878u82ru1j.fsf@mat.ucm.es> References: <87mvwjohyi.fsf@mat.ucm.es> <838u83r6hl.fsf@gnu.org> <87k2rn5ucg.fsf@mat.ucm.es> <837fnmrizs.fsf@gnu.org> <877fnm4wzn.fsf@mat.ucm.es> <876136lr83.fsf@fencepost.gnu.org> <83y4g2pxh3.fsf@gnu.org> <871tdulodu.fsf@fencepost.gnu.org> <83twqqpu91.fsf@gnu.org> <55FD87DE.3030506@yandex.ru> <83pp1epb17.fsf@gnu.org> <55FD9E4D.8080909@yandex.ru> <83lhc2pae8.fsf@gnu.org> <55FDBB3B.1070706@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1442697295 13890 80.91.229.3 (19 Sep 2015 21:14:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Sep 2015 21:14:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 19 23:14:43 2015 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 1ZdPT0-0005Sf-Ls for ged-emacs-devel@m.gmane.org; Sat, 19 Sep 2015 23:14:42 +0200 Original-Received: from localhost ([::1]:47868 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdPT0-0007lh-4Z for ged-emacs-devel@m.gmane.org; Sat, 19 Sep 2015 17:14:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdPSo-0007lW-4c for emacs-devel@gnu.org; Sat, 19 Sep 2015 17:14:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdPSj-0002ac-5K for emacs-devel@gnu.org; Sat, 19 Sep 2015 17:14:30 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:58990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdPSi-0002aY-VD for emacs-devel@gnu.org; Sat, 19 Sep 2015 17:14:25 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZdPSf-0004t8-A0 for emacs-devel@gnu.org; Sat, 19 Sep 2015 23:14:21 +0200 Original-Received: from 171.pool85-55-19.dynamic.orange.es ([85.55.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Sep 2015 23:14:21 +0200 Original-Received: from oub by 171.pool85-55-19.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Sep 2015 23:14:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 171.pool85-55-19.dynamic.orange.es Mail-Copies-To: never User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:1bxt9vLJ8hHm/3A3+dvNtgvl1so= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:190117 Archived-At: >>> "Dmitry" == Dmitry Gutov writes: > On 09/19/2015 08:49 PM, Eli Zaretskii wrote: >> I think an optional argument that any back-end is free to ignore has a >> very low (though non-zero) cost. > Either way, it's inappropriate, considering that so few backends > support this. The only reason to have it is to try to preserve the > feature that some users rely on. So what are you suggesting? To leave this feature entirely out, even it concerns only a few lines of code?