From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: turn on only one option of whitespace-mode? Date: Tue, 05 May 2009 12:59:35 +0200 Message-ID: References: <78188a4c-6155-4394-aca9-066a5ed31979@b7g2000pre.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241521212 30284 80.91.229.12 (5 May 2009 11:00:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 May 2009 11:00:12 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Kiwon Um Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 05 13:00:02 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M1INW-00033c-04 for geh-help-gnu-emacs@m.gmane.org; Tue, 05 May 2009 13:00:02 +0200 Original-Received: from localhost ([127.0.0.1]:46968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1INV-0000bU-0V for geh-help-gnu-emacs@m.gmane.org; Tue, 05 May 2009 07:00:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1INC-0000Zu-17 for help-gnu-emacs@gnu.org; Tue, 05 May 2009 06:59:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1INA-0000Zi-6S for help-gnu-emacs@gnu.org; Tue, 05 May 2009 06:59:41 -0400 Original-Received: from [199.232.76.173] (port=60207 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1INA-0000Zf-2w for help-gnu-emacs@gnu.org; Tue, 05 May 2009 06:59:40 -0400 Original-Received: from dd18200.kasserver.com ([85.13.138.168]:52191) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1IN9-0004bN-Ly for help-gnu-emacs@gnu.org; Tue, 05 May 2009 06:59:39 -0400 Original-Received: from thursday (e176243148.adsl.alicedsl.de [85.176.243.148]) by dd18200.kasserver.com (Postfix) with ESMTP id 0360D18098F05; Tue, 5 May 2009 12:59:39 +0200 (CEST) In-Reply-To: <78188a4c-6155-4394-aca9-066a5ed31979@b7g2000pre.googlegroups.com> (Kiwon Um's message of "Mon, 4 May 2009 02:43:08 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (darwin) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64190 Archived-At: Kiwon Um wrote: > Hello? One question~ > How can I turn on only one option of whitespace-mode e.g. lines-tail? > I cannot find any customizing field for this. whitespace-style Set it to '(lines-tail). It's not available in the drop-down menu, which is a bug. regards, Nikolaj Schumacher