From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Tabify and untabify apply to the entire buffer (with patch) Date: Wed, 03 Apr 2013 21:39:28 -0400 Message-ID: References: <1363827774.819.48.camel@localhost.localdomain> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1365039583 17111 80.91.229.3 (4 Apr 2013 01:39:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Apr 2013 01:39:43 +0000 (UTC) Cc: emacs-devel To: Matthias Meulien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 04 03:40:11 2013 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 1UNZ9r-0002jl-Q4 for ged-emacs-devel@m.gmane.org; Thu, 04 Apr 2013 03:40:07 +0200 Original-Received: from localhost ([::1]:57757 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNZ9T-0004MH-2E for ged-emacs-devel@m.gmane.org; Wed, 03 Apr 2013 21:39:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNZ9K-0004Lh-Rl for emacs-devel@gnu.org; Wed, 03 Apr 2013 21:39:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNZ9F-00045E-OU for emacs-devel@gnu.org; Wed, 03 Apr 2013 21:39:34 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:40948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNZ9F-00044w-An for emacs-devel@gnu.org; Wed, 03 Apr 2013 21:39:29 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFxLSu/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBsEtkQoDpHqBXoMT X-IPAS-Result: Av4EABK/CFFFxLSu/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBsEtkQoDpHqBXoMT X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="6438135" Original-Received: from 69-196-180-174.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([69.196.180.174]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 03 Apr 2013 21:39:25 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 2469CAE3CB; Wed, 3 Apr 2013 21:39:28 -0400 (EDT) In-Reply-To: <1363827774.819.48.camel@localhost.localdomain> (Matthias Meulien's message of "Thu, 21 Mar 2013 02:02:54 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:158635 Archived-At: > With emacs 24.3, `C-u M-=' now counts lines/words/characters in the > entire buffer. I suggest that the functions `untabify' and `tabify' from > lisp/tabify.el may accept such an optional argument to apply to the > entire buffer. That sounds OK, if someone wants to install it, Stefan