<?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.gm/group/gnu.emacs.help</link>
  <description>User queries and answers.</description>
  <language>en</language>
  <item>
  <title>Re: hi-lock mode problem</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/3e9421cf1edb554c/b9f2e4e5e0b0b746?show_docid=b9f2e4e5e0b0b746</link>
  <description>
  C-h v hi-lock-file-patterns-range
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/3e9421cf1edb554c/b9f2e4e5e0b0b746?show_docid=b9f2e4e5e0b0b746</guid>
  <author>
  rgm+n...@stanford.edu
  (Glenn Morris)
  </author>
  <pubDate>Thu, 11 Mar 2010 19:02:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: move-end-of-line vs just search for newline char?</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/3b452c9dc4d19828?show_docid=3b452c9dc4d19828</link>
  <description>
  They&#39;ll do different things if point is already at the end of a line. &lt;br&gt; They&#39;ll do different things if a line of text wraps onto two lines on the &lt;br&gt; screen.
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/3b452c9dc4d19828?show_docid=3b452c9dc4d19828</guid>
  <author>
  a...@muc.de
  (Alan Mackenzie)
  </author>
  <pubDate>Thu, 11 Mar 2010 08:37:39 UT
</pubDate>
  </item>
  <item>
  <title>hi-lock mode problem</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/3e9421cf1edb554c/3247144a13d07e52?show_docid=3247144a13d07e52</link>
  <description>
  It seems that if a file contains more than 10000 characters, &lt;br&gt; and a hi-lock pattern is specified near the end of the file, &lt;br&gt; then this pattern is not recognized by hi-lock mode. &lt;br&gt; Let me give an example. Just put at the end of a file &lt;br&gt; *containing more than 10000 characters &lt;br&gt; *with hi-lock mode enabled (M-x hi-lock-mode)
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/3e9421cf1edb554c/3247144a13d07e52?show_docid=3247144a13d07e52</guid>
  <author>
  har...@free.fr
  (harven)
  </author>
  <pubDate>Wed, 10 Mar 2010 20:55:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: comment shading issue</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/fdb2fd5b813951d6/b4fd7b4cda87e510?show_docid=b4fd7b4cda87e510</link>
  <description>
  From the comments in tcl.el, it looks like continued comments aren&#39;t &lt;br&gt; supported by the mode at all.
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/fdb2fd5b813951d6/b4fd7b4cda87e510?show_docid=b4fd7b4cda87e510</guid>
  <author>
  lguse...@be-well.ilk.org
  (Lowell Gilbert)
  </author>
  <pubDate>Wed, 10 Mar 2010 20:19:23 UT
</pubDate>
  </item>
  <item>
  <title>compilation-mode not processing color escape codes</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/f0e411c1a14f6092/3452f041520bb623?show_docid=3452f041520bb623</link>
  <description>
  Using compilation-mode, I am calling a compile tool-flow. One of the &lt;br&gt; steps of the compilation outputs colored/bolded text to the terminal. &lt;br&gt; This is done in python using &#39;\033[1;30m&#39; to bold, and &#39;\033[m&#39; to un- &lt;br&gt; bold. &lt;br&gt; Emacs then displays the resulting output as &amp;quot;^[[1;30m&amp;lt;string&amp;gt;^[[m&amp;quot;. &lt;br&gt; How can I convince emacs to either (a) display the requested color, or
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/f0e411c1a14f6092/3452f041520bb623?show_docid=3452f041520bb623</guid>
  <author>
  acre...@gmail.com
  (Alex Reed)
  </author>
  <pubDate>Wed, 10 Mar 2010 17:56:41 UT
</pubDate>
  </item>
  <item>
  <title>comment shading issue</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/fdb2fd5b813951d6/30e9e6153a6fea5a?show_docid=30e9e6153a6fea5a</link>
  <description>
  Hello there, &lt;br&gt; When executing the following tcl file, &amp;quot;tclsh myfile.tcl&amp;quot; &lt;br&gt; ------------------------ &lt;br&gt; puts &amp;quot;hi&amp;quot; &lt;br&gt; ------------------------ &lt;br&gt; the output will be &amp;quot;blank&amp;quot;. This is because of the # represents &lt;br&gt; comments and the puts &#39;hi&#39; is considered as a comment because of the &lt;br&gt; \. &lt;br&gt; But in emacs, the &amp;quot;puts &amp;quot;hi&amp;quot; line is not shaded as a comment, as if
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/fdb2fd5b813951d6/30e9e6153a6fea5a?show_docid=30e9e6153a6fea5a</guid>
  <author>
  chitl...@gmail.com
  (Chitlesh Goorah)
  </author>
  <pubDate>Wed, 10 Mar 2010 11:55:31 UT
</pubDate>
  </item>
  <item>
  <title>lots of information in Modeline</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/4a97969181bafb6a/83e7d0cedf0a2366?show_docid=83e7d0cedf0a2366</link>
  <description>
  Dear emacs users: &lt;br&gt; Sometimes, the text on modeline are too long so they are truncated. &lt;br&gt; Since some text contains important information like new message in &lt;br&gt; gnus, I&#39;m wondering how to show the long text on modeline well. &lt;br&gt; The following is a list what I though: &lt;br&gt; 1. scrolling modeline &lt;br&gt; 2. two-or-more rows&#39; modeline
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/4a97969181bafb6a/83e7d0cedf0a2366?show_docid=83e7d0cedf0a2366</guid>
  <author>
  um.ki...@gmail.com
  (Kiwon Um)
  </author>
  <pubDate>Wed, 10 Mar 2010 08:50:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: Weird &quot;Undefined color: &quot;black &quot; &quot; error message</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/750d6f3c3529ff1d/65049c086579af2b?show_docid=65049c086579af2b</link>
  <description>
  Looks like emacs is picking up a lot of whitespace as part of the colour &lt;br&gt; name. Check that your xdefaults line has no trailing whitespace. If it &lt;br&gt; does, remove it and see if that fixes the problems. &lt;br&gt; Note that even if it does fix the problem, I still think this is a bug &lt;br&gt; and should be reported to the emacs devs as such.
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/750d6f3c3529ff1d/65049c086579af2b?show_docid=65049c086579af2b</guid>
  <author>
  t...@nospam.dev.null
  (Tim X)
  </author>
  <pubDate>Wed, 10 Mar 2010 06:58:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can free variable refers to a lexical environment?</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/c91629ddece83fd7/8f29dcd974aadac9?show_docid=8f29dcd974aadac9</link>
  <description>
  Oh, it&#39;s just nice. I can use lexical binding in elisp programs. &lt;br&gt; I&#39;ve tried some, this macro can not solve labeled procedures(&amp;quot;defun&amp;quot;ed &lt;br&gt; procedures), &lt;br&gt; but only no labeled procedures (lambda expressions). I&#39;ll rewrite my &lt;br&gt; programs in the match style. &lt;br&gt; thank you for your advice.
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/c91629ddece83fd7/8f29dcd974aadac9?show_docid=8f29dcd974aadac9</guid>
  <author>
  i.hidek...@gmail.com
  (IWAKI Hidekazu)
  </author>
  <pubDate>Wed, 10 Mar 2010 04:47:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: move-end-of-line vs just search for newline char?</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/76962b1ff3338012?show_docid=76962b1ff3338012</link>
  <description>
  Thanks. good answer. &lt;br&gt; this shouldn&#39;t matter though because in buffer, newline char is always &lt;br&gt; represented by &amp;quot;\n&amp;quot;. End of buffer problem is a good one still, i &lt;br&gt; think. &lt;br&gt; Xah
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/76962b1ff3338012?show_docid=76962b1ff3338012</guid>
  <author>
  xah...@gmail.com
  (Xah Lee)
  </author>
  <pubDate>Tue, 09 Mar 2010 21:38:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: move-end-of-line vs just search for newline char?</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/a6569476c3aaf430?show_docid=a6569476c3aaf430</link>
  <description>
  I think (end-of-line 1) is the preferred way of going to the end of line. &lt;br&gt; move-end-of-line is an interactive command and it has to take care of various stuff. Your alternative might not work in a CRLF line-ending format or if there is no newline at the end of the buffer. &lt;br&gt; Cheers, &lt;br&gt; Uday
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/a6569476c3aaf430?show_docid=a6569476c3aaf430</guid>
  <author>
  udotsdotre...@cs.bham.ac.uk
  (Uday S Reddy)
  </author>
  <pubDate>Tue, 09 Mar 2010 20:27:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: gnus question; how to make coming mails to be read</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/7312716f91a65c61/af72e09b3fb34ad8?show_docid=af72e09b3fb34ad8</link>
  <description>
  KU&amp;gt; Dear emacs gnus users: &lt;br&gt; KU&amp;gt; I&#39;m now using gnus with pop3 of gmail. Using nnmail-split-fancy, I &lt;br&gt; KU&amp;gt; split sent mail into specific group mail.sent. As you know, if I send &lt;br&gt; KU&amp;gt; a mail using smtp or web of gmail, it sends back the mail to me, and &lt;br&gt; KU&amp;gt; it goes to mail.sent as I set the nnmail-split-fancy. This is okay for
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/7312716f91a65c61/af72e09b3fb34ad8?show_docid=af72e09b3fb34ad8</guid>
  <author>
  t...@lifelogs.com
  (Ted Zlatanov)
  </author>
  <pubDate>Tue, 09 Mar 2010 19:03:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can free variable refers to a lexical environment?</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/c91629ddece83fd7/c84a2a220e17e75d?show_docid=c84a2a220e17e75d</link>
  <description>
  In article &lt;br&gt; &amp;lt;180666d9-2ecb-4d99-a419-73965 0a8f...@c37g2000prb.googlegrou ps.com&amp;gt;, &lt;br&gt; Emacs Lisp implements dynamic scoping, not lexical scoping. &lt;br&gt; You can use lexical-let to emulate lexical binding.
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/c91629ddece83fd7/c84a2a220e17e75d?show_docid=c84a2a220e17e75d</guid>
  <author>
  bar...@alum.mit.edu
  (Barry Margolin)
  </author>
  <pubDate>Tue, 09 Mar 2010 18:21:01 UT
</pubDate>
  </item>
  <item>
  <title>Weird &quot;Undefined color: &quot;black &quot; &quot; error message</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/750d6f3c3529ff1d/f2f6484b3791b37a?show_docid=f2f6484b3791b37a</link>
  <description>
  Hi, &lt;br&gt; I was editing my .Xdefaults to change the color for xcleardiff and &lt;br&gt; typed &#39;xrdb -merge .Xdefaults&#39;. Now when I try to launch emacs 23.1.1. &lt;br&gt; $ emacs &lt;br&gt; Undefined color: &amp;quot;black &amp;quot; &lt;br&gt; Any suggestions? &lt;br&gt; Regards &lt;br&gt; John
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/750d6f3c3529ff1d/f2f6484b3791b37a?show_docid=f2f6484b3791b37a</guid>
  <author>
  freesof...@gmail.com
  (John)
  </author>
  <pubDate>Tue, 09 Mar 2010 18:08:44 UT
</pubDate>
  </item>
  <item>
  <title>move-end-of-line vs just search for newline char?</title>
  <link>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/e62bc1df442c416a?show_docid=e62bc1df442c416a</link>
  <description>
  There&#39;s the move-end-of-line function. The source code and doc seems a &lt;br&gt; bit complicated. &lt;br&gt; my question is, what&#39;s the difference if i just call &lt;br&gt; (search-forward &amp;quot;\n&amp;quot;) &lt;br&gt; (backward-char 1) &lt;br&gt; Thanks. &lt;br&gt; Xah &lt;br&gt; ∑ &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://xahlee.org/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; ☄
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/e62bc1df442c416a?show_docid=e62bc1df442c416a</guid>
  <author>
  xah...@gmail.com
  (Xah Lee)
  </author>
  <pubDate>Tue, 09 Mar 2010 17:01:34 UT
</pubDate>
  </item>
  </channel>
</rss>
