From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kiwon Um Newsgroups: gmane.emacs.help Subject: Re: turn on only one option of whitespace-mode? Date: Tue, 5 May 2009 18:03:09 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2e5480c0-900f-4713-85e4-9f88dcd2655d@y34g2000prb.googlegroups.com> References: <78188a4c-6155-4394-aca9-066a5ed31979@b7g2000pre.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1241574054 3984 80.91.229.12 (6 May 2009 01:40:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 May 2009 01:40:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 06 03:40:46 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 1M1W7o-0003O0-CX for geh-help-gnu-emacs@m.gmane.org; Wed, 06 May 2009 03:40:44 +0200 Original-Received: from localhost ([127.0.0.1]:59527 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1W7n-0001Nv-N8 for geh-help-gnu-emacs@m.gmane.org; Tue, 05 May 2009 21:40:43 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!y34g2000prb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 163.152.71.53 Original-X-Trace: posting.google.com 1241571789 5291 127.0.0.1 (6 May 2009 01:03:09 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 6 May 2009 01:03:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y34g2000prb.googlegroups.com; posting-host=163.152.71.53; posting-account=6v9_LQoAAACIrmHTUxB_-iw-j364OtYr User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; ko-KR; rv:1.9.0.9) Gecko/2009041500 SUSE/3.0.9-0.1 Firefox/3.0.9,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:168927 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:64198 Archived-At: On May 5, 7:59=A0pm, Nikolaj Schumacher wrote: > 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). =A0It's not available in the drop-down menu, > which is a bug. > > regards, > Nikolaj Schumacher Thanks all. This was the solution: :) (setq whitespace-style '(lines-tail))