<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>gnu.emacs.help Google Group</title>
  <link>http://groups.google.com/group/gnu.emacs.help</link>
  <description>User queries and answers.</description>
  <language>en</language>
  <item>
  <title>Re: sudo command with minibuffer password prompt</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/7d7c675dcdeffa93/d38d9938bf829777?show_docid=d38d9938bf829777</link>
  <description>
  Nice1 &lt;br&gt; But I still need to solve this programmatically in a lisp program. &lt;br&gt; I&#39;ll take a look at eshell and see if I can script it using eshell- &lt;br&gt; functions. &lt;br&gt; /Nordlöw
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/7d7c675dcdeffa93/d38d9938bf829777?show_docid=d38d9938bf829777</guid>
  <author>
  per.nord...@gmail.com
  (Nordlöw)
  </author>
  <pubDate>Thu, 17 Dec 2009 10:03:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: Colors through Putty</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/c42754e82fb882b1/8c12439b5982d6b2?show_docid=8c12439b5982d6b2</link>
  <description>
  On Wed, Dec 16, 2009 at 3:10 PM, Colin S. Miller &lt;br&gt; That&#39;s an excellent idea. I have MinGW installed but I have no idea &lt;br&gt; how to configure it to do that. Any tutorials out there? Do I need to &lt;br&gt; get something like Xming or is it already distrubuted with MinGW?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/c42754e82fb882b1/8c12439b5982d6b2?show_docid=8c12439b5982d6b2</guid>
  <author>
  pocma...@gmail.com
  (Paulo J. Matos)
  </author>
  <pubDate>Thu, 17 Dec 2009 09:30:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Colors through Putty</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/c42754e82fb882b1/f3fc0447a167f0a5?show_docid=f3fc0447a167f0a5</link>
  <description>
  It says xterm. &lt;br&gt; Not only emacs doesn&#39;t show any colours but even though I can see &lt;br&gt; colours in the terminal when doing ls or so, if the lines is too long &lt;br&gt; it start eating the lines above and everything gets very messy.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/c42754e82fb882b1/f3fc0447a167f0a5?show_docid=f3fc0447a167f0a5</guid>
  <author>
  pocma...@gmail.com
  (Paulo J. Matos)
  </author>
  <pubDate>Thu, 17 Dec 2009 09:18:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: sudo command with minibuffer password prompt</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/7d7c675dcdeffa93/743e2cbd7b928135?show_docid=743e2cbd7b928135</link>
  <description>
  Hi, if you are an anything user you will find in anything-config.el &lt;br&gt; sources to manage apt-* from emacs. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.emacswiki.org/cgi-bin/emacs/Anything&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/7d7c675dcdeffa93/743e2cbd7b928135?show_docid=743e2cbd7b928135</guid>
  <author>
  thierry.volpia...@gmail.com
  (Thierry Volpiatto)
  </author>
  <pubDate>Thu, 17 Dec 2009 06:22:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: sudo command with minibuffer password prompt</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/7d7c675dcdeffa93/dc7ad7c7ab29bbbd?show_docid=dc7ad7c7ab29bbbd</link>
  <description>
  Using M-! and typing &amp;quot;sudo ls&amp;quot; into the minibuffer, I see the same &lt;br&gt; error message with Emacs 23.1.1 on OpenSuse. Mac OS X displays a &lt;br&gt; password prompt in the minibuffer, but the password prompt doesn&#39;t &lt;br&gt; seem to accept focus (emacs 22 and 23). &lt;br&gt; Try this. &lt;br&gt; M-x shell &lt;br&gt; Then run &amp;quot;sudo apt-get install&amp;quot; from the *shell* buffer. You should
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/7d7c675dcdeffa93/dc7ad7c7ab29bbbd?show_docid=dc7ad7c7ab29bbbd</guid>
  <author>
  st...@srevilak.net
  (Steve Revilak)
  </author>
  <pubDate>Thu, 17 Dec 2009 02:39:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using Emacs Lisp for script writing</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/3491e1f09b965dc5/d8cfcc038e5d32fd?show_docid=d8cfcc038e5d32fd</link>
  <description>
  I&#39;ll try that. I already understood that elisp is &#39;old&#39; and that clisp &lt;br&gt; has a lot more possibilities. One thing. Using your script gives: &lt;br&gt; ./dummy.lisp: line 3: format: command not found &lt;br&gt; ./dummy.lisp: line 4: syntax error near unexpected token `(&#39; &lt;br&gt; Using &#39;clisp dummy.lisp&#39; works. &lt;br&gt; Now I need to learn ELisp and CLisp. ;-]
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/3491e1f09b965dc5/d8cfcc038e5d32fd?show_docid=d8cfcc038e5d32fd</guid>
  <author>
  ce...@decebal.nl
  (Cecil Westerhof)
  </author>
  <pubDate>Wed, 16 Dec 2009 23:37:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using Emacs Lisp for script writing</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/3491e1f09b965dc5/64562033006e748c?show_docid=64562033006e748c</link>
  <description>
  Okay. I&#39;ll look into that. Emacs is more general, because it will be &lt;br&gt; installed on more systems. But when Common Lisp is a better option, I &lt;br&gt; should maybe go for it. &lt;br&gt; By the way. I have been looking into Common Lisp and I understood that &lt;br&gt; the following is correct: &lt;br&gt; (list a: 1) &lt;br&gt; But I get: &lt;br&gt; *** - READ uit #&amp;lt;INPUT CONCATENATED-STREAM #&amp;lt;INPUT STRING-INPUT-STREAM&amp;gt; #&amp;lt;IO TERMINAL-STREAM&amp;gt;&amp;gt;: er is geen package met naam &amp;quot;A&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/3491e1f09b965dc5/64562033006e748c?show_docid=64562033006e748c</guid>
  <author>
  ce...@decebal.nl
  (Cecil Westerhof)
  </author>
  <pubDate>Wed, 16 Dec 2009 23:31:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using Emacs Lisp for script writing</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/3491e1f09b965dc5/1250b885d0779d13?show_docid=1250b885d0779d13</link>
  <description>
  I must concur. I wrote quite a number of emacs scripts, but eventually, &lt;br&gt; I switched to Common Lisp, specifically clisp (but other CL &lt;br&gt; implementations are also usable for scripts), to write my scripts. &lt;br&gt; Common Lisp allows you to write scripts more easily than emacs lisp.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/3491e1f09b965dc5/1250b885d0779d13?show_docid=1250b885d0779d13</guid>
  <author>
  p...@informatimago.com
  (Pascal J. Bourguignon)
  </author>
  <pubDate>Wed, 16 Dec 2009 23:04:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: sudo command with minibuffer password prompt</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/7d7c675dcdeffa93/6f233eefb510e9e4?show_docid=6f233eefb510e9e4</link>
  <description>
  In GNU Emacs 23.1.90, I&#39;ve recently added su and sudo support via Tramp &lt;br&gt; in eshell. Once you have loaded eshell via &amp;quot;M-x eshell&amp;quot;, you can do the &lt;br&gt; following (for example): &lt;br&gt; ~ $ cd /etc &lt;br&gt; /etc $ sudo find-file shadow &lt;br&gt; It works even on remote hosts: &lt;br&gt; ~ $ cd /ssh:otherhost:/etc &lt;br&gt; /ssh:user@otherhost:/etc $ sudo find-file shadow
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/7d7c675dcdeffa93/6f233eefb510e9e4?show_docid=6f233eefb510e9e4</guid>
  <author>
  michael.albi...@gmx.de
  (Michael Albinus)
  </author>
  <pubDate>Wed, 16 Dec 2009 20:37:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using Emacs Lisp for script writing</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/3491e1f09b965dc5/1fb52315f77cc7ce?show_docid=1fb52315f77cc7ce</link>
  <description>
  I suggest using some Common Lisp implementation instead. They are more &lt;br&gt; general-purpose Lisp dialects I like CLISP. &lt;br&gt; #!/usr/bin/clisp &lt;br&gt; (format *query-io* &amp;quot;Type something: &amp;quot;)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/3491e1f09b965dc5/1fb52315f77cc7ce?show_docid=1fb52315f77cc7ce</guid>
  <author>
  tliko...@iki.fi
  (Teemu Likonen)
  </author>
  <pubDate>Wed, 16 Dec 2009 17:18:04 UT
</pubDate>
  </item>
  <item>
  <title>Stack overflow in regexp matcher</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/889e2ef34cd05590/1be0a39ce77c08f5?show_docid=1be0a39ce77c08f5</link>
  <description>
  A function of mine gets &amp;quot;Stack overflow in regexp matcher&amp;quot; on a certain &lt;br&gt; file using the regexp &lt;br&gt; &amp;quot;^&amp;lt; \\(.+].+=|\\)&amp;quot; &lt;br&gt; The file is a single line of about 73000 characters, but the regexp matches &lt;br&gt; ending at character 56. &lt;br&gt; Is this a bug? And if not, why not? &lt;br&gt; djc
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/889e2ef34cd05590/1be0a39ce77c08f5?show_docid=1be0a39ce77c08f5</guid>
  <author>
  akai...@visi.com
  (akaiser@visi.com)
  </author>
  <pubDate>Wed, 16 Dec 2009 17:15:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using Emacs Lisp for script writing</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/3491e1f09b965dc5/525ce7f62c5c5a0f?show_docid=525ce7f62c5c5a0f</link>
  <description>
  I use clisp for all scripting, interactive and not. &lt;br&gt; Common Lisp is more powerful than Emacs Lisp and clisp is faster than emacs. &lt;br&gt; yes. you do not need any evals. &lt;br&gt; you put your function into a file, byte-compile the file, and then load the &lt;br&gt; file and call the function from the command line.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/3491e1f09b965dc5/525ce7f62c5c5a0f?show_docid=525ce7f62c5c5a0f</guid>
  <author>
  s...@gnu.org
  (Sam Steingold)
  </author>
  <pubDate>Wed, 16 Dec 2009 16:24:10 UT
</pubDate>
  </item>
  <item>
  <title>Using Emacs Lisp for script writing</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/3491e1f09b965dc5/3a6a30510a7541f0?show_docid=3a6a30510a7541f0</link>
  <description>
  I already use &#39;emacs -batch&#39; for scripting where no user input is used, &lt;br&gt; but I would like to use it also for interactive scripting. Until now I &lt;br&gt; did not find any usable information about this. Anybody using Emacs for &lt;br&gt; interactive scripts? &lt;br&gt; Also I use three evals. One to define the function, one to compile it
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/3491e1f09b965dc5/3a6a30510a7541f0?show_docid=3a6a30510a7541f0</guid>
  <author>
  ce...@decebal.nl
  (Cecil Westerhof)
  </author>
  <pubDate>Wed, 16 Dec 2009 15:32:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: Colors through Putty</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/c42754e82fb882b1/52940f613ab9106a?show_docid=52940f613ab9106a</link>
  <description>
  Is it possible to install an xserver on your windows box? (MinGW and Cygwin are both open source; &lt;br&gt; there are others, some might even been free-beer). &lt;br&gt; This will allow emacs to open a full display on your windows machine. &lt;br&gt; HTH, &lt;br&gt; Colin S. Miller
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/c42754e82fb882b1/52940f613ab9106a?show_docid=52940f613ab9106a</guid>
  <author>
  no-spam-thank-...@csmiller.demon.co.uk
  (Colin S. Miller)
  </author>
  <pubDate>Wed, 16 Dec 2009 15:10:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: sudo command with minibuffer password prompt</title>
  <link>http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/7d7c675dcdeffa93/89abd4de98e6f9c6?show_docid=89abd4de98e6f9c6</link>
  <description>
  What I really want to do is to spawn an install using apt-get install &lt;br&gt; from within emacs. &lt;br&gt; /Nordlöw
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gnu.emacs.help/browse_frm/thread/7d7c675dcdeffa93/89abd4de98e6f9c6?show_docid=89abd4de98e6f9c6</guid>
  <author>
  per.nord...@gmail.com
  (Nordlöw)
  </author>
  <pubDate>Wed, 16 Dec 2009 13:59:19 UT
</pubDate>
  </item>
  </channel>
</rss>
