From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jorge <1gato0a@gmail.com> Newsgroups: gmane.emacs.help Subject: Re: Bug #11333, whitespace mode does nothing. Is there a workaround? Date: Wed, 18 Sep 2013 19:25:14 -0300 Message-ID: References: <87r4cmdodt.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1379543124 31465 80.91.229.3 (18 Sep 2013 22:25:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Sep 2013 22:25:24 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 19 00:25:28 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1VMQBb-0008PC-FV for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Sep 2013 00:25:27 +0200 Original-Received: from localhost ([::1]:48920 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMQBa-00021d-V6 for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Sep 2013 18:25:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMQBQ-00021X-6H for help-gnu-emacs@gnu.org; Wed, 18 Sep 2013 18:25:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMQBP-0001sN-DH for help-gnu-emacs@gnu.org; Wed, 18 Sep 2013 18:25:16 -0400 Original-Received: from mail-qc0-x22a.google.com ([2607:f8b0:400d:c01::22a]:43408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMQBP-0001s8-9P for help-gnu-emacs@gnu.org; Wed, 18 Sep 2013 18:25:15 -0400 Original-Received: by mail-qc0-f170.google.com with SMTP id m20so5036378qcx.29 for ; Wed, 18 Sep 2013 15:25:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=VpMd5N6URtr/7dw9XxHS7NP4+Lu7L1B45YCH4qCjA8Y=; b=cszNQcuwzNHUhBMIKkr0r7DfhH5Dh25crl05mTpUo7a7x0stCLc/0aMr3D25fZ3/za hVLdZYFxLSU2n3HCfpacJllTVsd4ViYt6gmnt0cXgGDlezD0dWPbrXdjg1hN5EEf5FMw 5OAhKWFsdyAUGLBP9K4FTc892tJ49gIl8h3xjnXYpyCCuptgRjzVqTaNhFC1rnp4lBoC M8MmEpbn1Ep+VYuM5LE8GGGUutZRf/M++9mfvHBFQLazbDBUDw3sSFO/2zU871Z47QFb 2Bkc9KUbBjeRmrw0sCAEv6egvwoJh2iK5Er8jxkbcq58X0vPhrBQhdtDOOZUMuX4Q6Vg EwkQ== X-Received: by 10.49.116.178 with SMTP id jx18mr21631341qeb.81.1379543114920; Wed, 18 Sep 2013 15:25:14 -0700 (PDT) Original-Received: by 10.49.82.11 with HTTP; Wed, 18 Sep 2013 15:25:14 -0700 (PDT) In-Reply-To: <87r4cmdodt.fsf@web.de> X-Google-Sender-Auth: oTGwxRo2cEdurof_Pm4MUGrromQ X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c01::22a X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93451 Archived-At: On Wed, Sep 18, 2013 at 2:35 PM, Michael Heerdegen wrote: > You could either switch to emacs-snapshot. There is no emacs-snapshot in Ubuntu 13.04. Anyway, I found an easier workaround: whitespace mode _globally_ with global-whitespace-mode. Regards