From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: You can set this variable in your initialization file. Date: Mon, 31 Mar 2008 01:30:21 +0200 Message-ID: References: <87abkfq2j1.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206919839 12416 80.91.229.12 (30 Mar 2008 23:30:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Mar 2008 23:30:39 +0000 (UTC) Cc: bob@rattlesnake.com, emacs-devel@gnu.org To: "Juri Linkov" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 31 01:31:10 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jg6zT-0001uP-Se for ged-emacs-devel@m.gmane.org; Mon, 31 Mar 2008 01:31:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jg6yr-0006nQ-Sz for ged-emacs-devel@m.gmane.org; Sun, 30 Mar 2008 19:30:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jg6yo-0006nG-AN for emacs-devel@gnu.org; Sun, 30 Mar 2008 19:30:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jg6yl-0006jq-Pc for emacs-devel@gnu.org; Sun, 30 Mar 2008 19:30:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jg6yl-0006jg-Kk for emacs-devel@gnu.org; Sun, 30 Mar 2008 19:30:23 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.233]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jg6yl-00062y-8X for emacs-devel@gnu.org; Sun, 30 Mar 2008 19:30:23 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so1163055wxc.24 for ; Sun, 30 Mar 2008 16:30:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=TQ9aEAe+eF+UE6+mgb9awR4BizxhXdlYslpWdjNIF3U=; b=YC2oOllu6f7HCctToYnoYNTLVqfin+r2IBa9hg+NFExAx1XWXkp135grBrSXW9MYI6SkgxUT+enSJQtLH4GM5RVVN4c2UlQuPuxjHZ/wOx/XPQl+h8yFQaEFcLoVWYL8zVKaUXrcf+bQYXRl1ZMU+58aUBtBxoHpWXfIMLlJq/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DUI4s70NqPd9ZKz1N1ZyVelm5wM52jzZOpMPDCAQo0j/CQasHHurXN6nvcC48BO7+1+Yg2PcYw2k7rprhUHwyYcVyUxZxFrT1Nc3ttAAijP27SsOm1NAE2d31fM6Zzj8TmrrR0q5TT+G6h8y3gZ9t/zdaEYBRalk8Ytq3Xtmo4I= Original-Received: by 10.115.54.1 with SMTP id g1mr8706478wak.140.1206919821525; Sun, 30 Mar 2008 16:30:21 -0700 (PDT) Original-Received: by 10.114.166.20 with HTTP; Sun, 30 Mar 2008 16:30:21 -0700 (PDT) In-Reply-To: <87abkfq2j1.fsf@jurta.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:93987 Archived-At: On Mon, Mar 31, 2008 at 12:48 AM, Juri Linkov wrote: > Maybe we should put these links only on variables > where the first character of the documentation string > is `*'? That * was supposed to mark variables that the user would want to interactively modify, with M-x set-variable or through customize, wasn't it? The set of variables the user could possibly want to set through .emacs is a superset of that. Juanma