From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Burton Samograd Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r111061: Fix for bad test in ruby-mode-tests.el. Date: Mon, 03 Dec 2012 14:20:00 -0700 Message-ID: References: <878v9groov.fsf@yandex.ru> <87ehj7hiy7.fsf@gnu.org> <50BCF33B.4080809@yandex.ru> <87hao2g86o.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1354570299 9237 80.91.229.3 (3 Dec 2012 21:31:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2012 21:31:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 03 22:31:52 2012 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 1TfdcA-0000oy-Kl for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2012 22:31:46 +0100 Original-Received: from localhost ([::1]:56672 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tfdby-0002W5-UX for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2012 16:31:34 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:49308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tfdbu-0002Un-1v for emacs-devel@gnu.org; Mon, 03 Dec 2012 16:31:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tfdbl-0005O0-A9 for emacs-devel@gnu.org; Mon, 03 Dec 2012 16:31:29 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:34884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tfdbl-0005Ns-3P for emacs-devel@gnu.org; Mon, 03 Dec 2012 16:31:21 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tfdbv-0000VD-PM for emacs-devel@gnu.org; Mon, 03 Dec 2012 22:31:31 +0100 Original-Received: from samograd.ca ([69.90.114.176]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Dec 2012 22:31:31 +0100 Original-Received: from burton by samograd.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Dec 2012 22:31:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: samograd.ca User-Agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/24.2.90 (cygwin) Cancel-Lock: sha1:ejxW0T8d/HeZEDnd06rgqA0y6RE= 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:155221 Archived-At: Dmitry Gutov writes: > Burton Samograd writes: > >> Stefan Monnier writes: >> >>> There are better things to do in life than worry about how the >>> whitespace you don't see is represented internally, >> >> Not when someone has tabs set to 4 and someone else to 8, or 3, or 6 and >> you're set to use spaces. > > This particular potential problem is taken care of in .dir-locals.el at > the top of the Emacs directory tree. If only we could use that solution at my work... -- Burton Samograd