<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.gm/group/gnu.emacs.help</id>
  <title type="text">gnu.emacs.help Google Group</title>
  <subtitle type="text">
  User queries and answers.
  </subtitle>
  <link href="/group/gnu.emacs.help/feed/atom_v1_0_msgs.xml" rel="self" title="gnu.emacs.help feed"/>
  <updated>2010-03-10T20:55:17Z</updated>
  <generator uri="http://groups.google.gm" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>harven</name>
  <email>har...@free.fr</email>
  </author>
  <updated>2010-03-10T20:55:17Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/3e9421cf1edb554c/3247144a13d07e52?show_docid=3247144a13d07e52</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/3e9421cf1edb554c/3247144a13d07e52?show_docid=3247144a13d07e52"/>
  <title type="text">hi-lock mode problem</title>
  <summary type="html" xml:space="preserve">
  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)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lowell Gilbert</name>
  <email>lguse...@be-well.ilk.org</email>
  </author>
  <updated>2010-03-10T20:19:23Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/fdb2fd5b813951d6/b4fd7b4cda87e510?show_docid=b4fd7b4cda87e510</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/fdb2fd5b813951d6/b4fd7b4cda87e510?show_docid=b4fd7b4cda87e510"/>
  <title type="text">Re: comment shading issue</title>
  <summary type="html" xml:space="preserve">
  From the comments in tcl.el, it looks like continued comments aren&#39;t &lt;br&gt; supported by the mode at all.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Reed</name>
  <email>acre...@gmail.com</email>
  </author>
  <updated>2010-03-10T17:56:41Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/f0e411c1a14f6092/3452f041520bb623?show_docid=3452f041520bb623</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/f0e411c1a14f6092/3452f041520bb623?show_docid=3452f041520bb623"/>
  <title type="text">compilation-mode not processing color escape codes</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chitlesh Goorah</name>
  <email>chitl...@gmail.com</email>
  </author>
  <updated>2010-03-10T11:55:31Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/fdb2fd5b813951d6/30e9e6153a6fea5a?show_docid=30e9e6153a6fea5a</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/fdb2fd5b813951d6/30e9e6153a6fea5a?show_docid=30e9e6153a6fea5a"/>
  <title type="text">comment shading issue</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kiwon Um</name>
  <email>um.ki...@gmail.com</email>
  </author>
  <updated>2010-03-10T08:50:08Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/4a97969181bafb6a/83e7d0cedf0a2366?show_docid=83e7d0cedf0a2366</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/4a97969181bafb6a/83e7d0cedf0a2366?show_docid=83e7d0cedf0a2366"/>
  <title type="text">lots of information in Modeline</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tim X</name>
  <email>t...@nospam.dev.null</email>
  </author>
  <updated>2010-03-10T06:58:52Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/750d6f3c3529ff1d/65049c086579af2b?show_docid=65049c086579af2b</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/750d6f3c3529ff1d/65049c086579af2b?show_docid=65049c086579af2b"/>
  <title type="text">Re: Weird &quot;Undefined color: &quot;black &quot; &quot; error message</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>IWAKI Hidekazu</name>
  <email>i.hidek...@gmail.com</email>
  </author>
  <updated>2010-03-10T04:47:52Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/c91629ddece83fd7/8f29dcd974aadac9?show_docid=8f29dcd974aadac9</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/c91629ddece83fd7/8f29dcd974aadac9?show_docid=8f29dcd974aadac9"/>
  <title type="text">Re: Can free variable refers to a lexical environment?</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Xah Lee</name>
  <email>xah...@gmail.com</email>
  </author>
  <updated>2010-03-09T21:38:26Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/76962b1ff3338012?show_docid=76962b1ff3338012</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/76962b1ff3338012?show_docid=76962b1ff3338012"/>
  <title type="text">Re: move-end-of-line vs just search for newline char?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Uday S Reddy</name>
  <email>udotsdotre...@cs.bham.ac.uk</email>
  </author>
  <updated>2010-03-09T20:27:57Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/a6569476c3aaf430?show_docid=a6569476c3aaf430</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/a6569476c3aaf430?show_docid=a6569476c3aaf430"/>
  <title type="text">Re: move-end-of-line vs just search for newline char?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ted Zlatanov</name>
  <email>t...@lifelogs.com</email>
  </author>
  <updated>2010-03-09T19:03:07Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/7312716f91a65c61/af72e09b3fb34ad8?show_docid=af72e09b3fb34ad8</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/7312716f91a65c61/af72e09b3fb34ad8?show_docid=af72e09b3fb34ad8"/>
  <title type="text">Re: gnus question; how to make coming mails to be read</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Barry Margolin</name>
  <email>bar...@alum.mit.edu</email>
  </author>
  <updated>2010-03-09T18:21:01Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/c91629ddece83fd7/c84a2a220e17e75d?show_docid=c84a2a220e17e75d</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/c91629ddece83fd7/c84a2a220e17e75d?show_docid=c84a2a220e17e75d"/>
  <title type="text">Re: Can free variable refers to a lexical environment?</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>John</name>
  <email>freesof...@gmail.com</email>
  </author>
  <updated>2010-03-09T18:08:44Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/750d6f3c3529ff1d/f2f6484b3791b37a?show_docid=f2f6484b3791b37a</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/750d6f3c3529ff1d/f2f6484b3791b37a?show_docid=f2f6484b3791b37a"/>
  <title type="text">Weird &quot;Undefined color: &quot;black &quot; &quot; error message</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Xah Lee</name>
  <email>xah...@gmail.com</email>
  </author>
  <updated>2010-03-09T17:01:34Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/e62bc1df442c416a?show_docid=e62bc1df442c416a</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/0c552c7a92c35f9b/e62bc1df442c416a?show_docid=e62bc1df442c416a"/>
  <title type="text">move-end-of-line vs just search for newline char?</title>
  <summary type="html" xml:space="preserve">
  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; ☄
  </summary>
  </entry>
  <entry>
  <author>
  <name>IWAKI Hidekazu</name>
  <email>i.hidek...@gmail.com</email>
  </author>
  <updated>2010-03-09T12:43:14Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/c91629ddece83fd7/c17bf2da7d6627ca?show_docid=c17bf2da7d6627ca</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/c91629ddece83fd7/c17bf2da7d6627ca?show_docid=c17bf2da7d6627ca"/>
  <title type="text">Can free variable refers to a lexical environment?</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; I need to make a table factory function in emacs with cl extension. &lt;br&gt; but I&#39;m scheme user. I&#39;m confusing emacs lisp behavior. &lt;br&gt; will you please tell me the emacs lisp&#39;s free variable issue. &lt;br&gt; my table factory function is following code: &lt;br&gt; (defun mk-table-instance () &lt;br&gt; (let ((table nil)) ;; create a lexical value `table`
  </summary>
  </entry>
  <entry>
  <author>
  <name>José A. Romero L.</name>
  <email>escherdra...@gmail.com</email>
  </author>
  <updated>2010-03-09T11:32:27Z</updated>
  <id>http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/9b695f58725a6e57/0ab347d6ef5d37fa?show_docid=0ab347d6ef5d37fa</id>
  <link href="http://groups.google.gm/group/gnu.emacs.help/browse_thread/thread/9b695f58725a6e57/0ab347d6ef5d37fa?show_docid=0ab347d6ef5d37fa"/>
  <title type="text">Re: Java development with Emacs</title>
  <summary type="html" xml:space="preserve">
  (...) &lt;br&gt; I&#39;m currently experimenting with eclim and the emacs client. Looks &lt;br&gt; nice: &lt;br&gt; * &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://eclim.org/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; * &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.emacswiki.org/emacs/EmacsEclim&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Cheers,
  </summary>
  </entry>
</feed>
