From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Taylor Jones" Newsgroups: gmane.emacs.help Subject: Setting the compile-command history in dotel files Date: Wed, 5 Mar 2008 08:54:02 -0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_24932_26761120.1204736042299" X-Trace: ger.gmane.org 1204736204 32169 80.91.229.12 (5 Mar 2008 16:56:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2008 16:56:44 +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 Mar 05 17:57:02 2008 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 1JWwtO-00011F-Gc for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Mar 2008 17:54:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWwsr-0003l7-2r for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Mar 2008 11:54:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JWwsZ-0003km-Qh for help-gnu-emacs@gnu.org; Wed, 05 Mar 2008 11:54:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JWwsY-0003kO-Ma for help-gnu-emacs@gnu.org; Wed, 05 Mar 2008 11:54:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWwsY-0003kD-DA for help-gnu-emacs@gnu.org; Wed, 05 Mar 2008 11:54:06 -0500 Original-Received: from rn-out-0910.google.com ([64.233.170.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JWwsX-0000LU-VP for help-gnu-emacs@gnu.org; Wed, 05 Mar 2008 11:54:06 -0500 Original-Received: by rn-out-0910.google.com with SMTP id e11so349788rng.7 for ; Wed, 05 Mar 2008 08:54:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=5Yueo2GEHS8H4+hn7fA+Qdz8RR4f7Jq1ZeNeGsptIoE=; b=UXpU9q1f63J1J9hExL5KDRHL10tysQaZpgfCwEISzkXn4DAt0Enz8oUJaS+OZW+eIsuO1NwznhCThuR37+OOOorl+ehxZuct5B2KdIMnwXevcHpRxNPSlnncu/UhC5BH4ElvxYq+IzJvXfsX6XyCgKJEYNkEkLI/LuerymdTllk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=BHdNExFPnTZI4QQ5wdCeDztXNgbJipWchw2JqBXaEjXF1fhe1jKS3J0wHXFupZlYA8d+J/IYeqBK4h4ZTjSb3pjN4w1f14OLy37hQkvWdHHrbgjMsp0pmW6jpmnddLHUJGeKNHEm8Ll+XxsEkY3nkSeeE+G8JeBxtQuJupuTKVY= Original-Received: by 10.114.121.1 with SMTP id t1mr4835581wac.67.1204736042344; Wed, 05 Mar 2008 08:54:02 -0800 (PST) Original-Received: by 10.114.57.12 with HTTP; Wed, 5 Mar 2008 08:54:02 -0800 (PST) X-detected-kernel: by monty-python.gnu.org: 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:52059 Archived-At: ------=_Part_24932_26761120.1204736042299 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Currently I do M-x compile, type a custom compile command, then later do M-x compile and run a different compile command. Then later I can do M-x compile M-p to cycle through the history ring of previous compile commands. What I would like to do is set this history ring upon startup though my dotel file. Is this possible? Currently all I can do is set one compile command with (custome-set-variables '(compile-command "compile_command_1")) I tried playing with setting compile-command to a list of strings, but couldn't get anything to work. ------=_Part_24932_26761120.1204736042299 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Currently I do M-x compile, type a custom compile command, then later do M-x compile and run a different compile command. Then later I can do M-x compile M-p to cycle through the history ring of previous compile commands. What I would like to do is set this history ring upon startup though my dotel file. Is this possible? Currently all I can do is set one compile command with

(custome-set-variables '(compile-command "compile_command_1"))

I tried playing with setting compile-command to a list of strings, but couldn't get anything to work.

------=_Part_24932_26761120.1204736042299--