<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.emacs.help">
    <title>gmane.emacs.help</title>
    <link>http://permalink.gmane.org/gmane.emacs.help</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60302"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60301"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60300"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60299"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60298"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60297"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60296"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60295"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60294"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60293"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60292"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60291"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60290"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60289"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60288"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60287"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60286"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60285"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60284"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.help/60283"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60302">
    <title>removing menubar and window frame</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60302</link>
    <description>Hello,

To maximize the space for editing area, I want to hide manubar and the
window-frame, but sometimes I need them so I also want to assign a
hotkey to toggle them. Could you give any suggestion? Thank you.

By the way, by "window-frame", I mean the outer frame of the window with
the window title, maximze/minimize/close buttons.

thanks
lars



</description>
    <dc:creator>Chengqi(Lars) Song</dc:creator>
    <dc:date>2008-12-02T04:33:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60301">
    <title>Re: Gnuserv vs Emacsserver</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60301</link>
    <description>
...


After looking at the suggestions, I have tried to work on my most
irritant point 3.

Here is a package that does what I want.

Now the next is to try item 4. Looks like creating an executable that
handles the same arguments but uses emacsserver is the simplest.
I will try to do that for me.

Chetan
</description>
    <dc:creator>Chetan</dc:creator>
    <dc:date>2008-12-02T03:32:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60300">
    <title>Re: wikipedia's (ascii) math notation? emacs easy-way to translateit?</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60300</link>
    <description>
I suspect of all the reasons to prefer Pari/GP:

$ gp -q
? printtex(x^2/x^3)
\frac{1}{x}

over Mathematica, that this isn't one of them. It's a reason
to prefer Xah in ones killfile, though.

Phil
</description>
    <dc:creator>Phil Carmody</dc:creator>
    <dc:date>2008-12-02T02:31:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60299">
    <title>Re: wikipedia's (ascii) math notation? emacs easy-way to translateit?</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60299</link>
    <description>Xah&gt; Mathematica is a order of magnitude better because its typesetting
Xah&gt; system not only passively show math formulas as a pretty printing
Xah&gt; system, but the markup syntax is also semantically meaningful. (for
Xah&gt; example, when you type set x^2/x^3, it actually knows that it is
Xah&gt; x^(2/3) and you can have it automatically simplify the expression
Xah&gt; or computer numerical values).

Are we really talking about a typesetting system here ? I would not say
MS Paint is an order of magnitude better than emacs because you can draw
with pixel while in emacs you still have to draw in old ascii art.

Maxima, for exemple, being a symbolic expressions processor, will let
you work with symbolic expressions and provide export to latex formulas.
I have been using happily mixed session of auctex and maxima in the past
for scientific presentations. I guess imaxima has improved a lot since
and can provide most of what you will need nowaday. 

</description>
    <dc:creator>Paul R</dc:creator>
    <dc:date>2008-12-01T21:43:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60298">
    <title>RE: What to use instead of find-if?</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60298</link>
    <description>
There are no doubt lots of ways to do it. Here's one:

(defun my-find-if (pred xs)
  (catch 'my-found
    (dolist (x xs) (when (funcall pred x) (throw 'my-found x)))
    nil))





</description>
    <dc:creator>Drew Adams</dc:creator>
    <dc:date>2008-12-01T21:24:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60297">
    <title>Re: wikipedia's (ascii) math notation? emacs easy-way to translate it?</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60297</link>
    <description>
that's one of the myth among open source tech geekers.

TeX is proprobably not among one of the best tool among typesetting
professionals.

When tech geekers speak of TeX, they often speak of in the domain of
mathematical knowledge presentation and publishing. In the math
knowledge presentation, i am a expert, and personally known that
Mathematica is a ORDER OF MAGNITUDE better than TeX. Mathematica is a
order of magnitude better because its typesetting system not only
passively show math formulas as a pretty printing system, but the
markup syntax is also semantically meaningful. (for example, when you
type set x^2/x^3, it actually knows that it is x^(2/3) and you can
have it automatically simplify the expression or computer numerical
values). Having a math typesetting system that also has semantic
meaning is part of the expressed goal of MathML (which started after
Mathematica had such a system is heavily influened by Wolfram
Research). However, so far MathML never caught up.

See:

• The TeX Pestilence
</description>
    <dc:creator>Xah Lee</dc:creator>
    <dc:date>2008-12-01T18:22:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60296">
    <title>Re: auto-save missing</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60296</link>
    <description>
So you have something in your .emacs that causes this error (Warning: Crystal
Ball in Operation). Investigate your .emacs file. We don't have it so
we cannot help. (Crystal balls are not that powerful).

</description>
    <dc:creator>Maarten Bergvelt</dc:creator>
    <dc:date>2008-12-01T16:46:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60295">
    <title>perl indentation</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60295</link>
    <description>Hi,
Again this is a newbie question.

how do I indent perl code? Is there any key?

Thanks
Jagadeesh

</description>
    <dc:creator>Jagadeesh</dc:creator>
    <dc:date>2008-12-01T16:13:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60294">
    <title>Re: auto-save missing</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60294</link>
    <description>
I am newbie. coming from vim.

When I start emacs complains file load error: auto-save.el

Thanks for your reply

</description>
    <dc:creator>Jagadeesh</dc:creator>
    <dc:date>2008-12-01T16:10:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60293">
    <title>What to use instead of find-if?</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60293</link>
    <description>
I was messing around last night and added a small feature to my local
copy of gnus. Cool. I reckon it'd be useful in general, so I was going
to post it to ding. Cool.

However

Looking back at the code, I realised I used cl's find-if (I know
somewhat more common lisp than elisp). And gnus doesn't (require
'cl). So the code I'm thinking about does the following:

  (let ((blah
         (find-if (lambda (elem)
                    (whopping-great-predicatey-thing))
                  some-list)))
    (if blah
        (something using blah)
      (something else)))

Can anyone suggest a vaguely idiomatic way to do this using the built-in
constructs of elisp? This is a genuine question, by the way. I'm sure
I'm being thick not spotting a neat way to write this.

Rupert
</description>
    <dc:creator>Rupert Swarbrick</dc:creator>
    <dc:date>2008-12-01T19:56:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60292">
    <title>What to use instead of find-if?</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60292</link>
    <description>--=-=-=


I was messing around last night and added a small feature to my local
copy of gnus. Cool. I reckon it'd be useful in general, so I was going
to post it to ding. Cool.

However

Looking back at the code, I realised I used cl's find-if (I know
somewhat more common lisp than elisp). And gnus doesn't (require
'cl). So the code I'm thinking about does the following:

  (let ((blah
         (find-if (lambda (elem)
                    (whopping-great-predicatey-thing))
                  some-list)))
    (if blah
        (something using blah)
      (something else)))

Can anyone suggest a vaguely idiomatic way to do this using the built-in
constructs of elisp? This is a genuine question, by the way. I'm sure
I'm being thick not spotting a neat way to write this.

Rupert

--=-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iJwEAQECAAYFAkk0QOwACgkQRtd/pJbYVoYc6AP8CbG17u+2UZ5hGcbnBS5C29u2
bQLnTpigHQHn1zXrIsdhDYqwSW9iB3zof+F/MQVVr728chiXTRiq8OlHdwk</description>
    <dc:creator>Rupert Swarbrick</dc:creator>
    <dc:date>2008-12-01T19:54:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60291">
    <title>Re: perl indentation</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60291</link>
    <description>
M-x cperl-mode

</description>
    <dc:creator>aartist</dc:creator>
    <dc:date>2008-12-01T19:11:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60290">
    <title>RE: change "word" definition (syntax table) for double-click?</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60290</link>
    <description>
I should also have mentioned that FFAP is an alternative to using
`goto-address(-mode)'. Load library ffap, then evaluate (ffap-bindings). 

Then you can use `S-mouse-3' to follow URLs and email addresses. The differences
from `goto-address(-mode)' are that there is no highlighting and mouse-2 keeps
its normal behavior.




</description>
    <dc:creator>Drew Adams</dc:creator>
    <dc:date>2008-12-01T18:52:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60289">
    <title>RE: change "word" definition (syntax table) for double-click?</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60289</link>
    <description>

BTW, I see that Emacs 23 has improved this by providing minor mode
`goto-address-mode'. Repeat it to turn off the highlighting, mouse sensitivity,
C-c RET, etc.

Unfortunately, the Emacs 23 Emacs manual is not yet up-to-date on this - it
doesn't mention `goto-address-mode', which leaves you knowing no way to turn it
off. I'll file a doc bug for that.




</description>
    <dc:creator>Drew Adams</dc:creator>
    <dc:date>2008-12-01T18:39:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60288">
    <title>RE: change "word" definition (syntax table) for double-click?</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60288</link>
    <description>
By "highlight", I think you mean "select", as in setting the active region to
that text.


Easy solution: `M-x goto-address'. That will put links on URLs and email
addresses, which you can then click (single-click) with mouse-2 (and mouse-1, if
`mouse-1-click-follows-link' is non-nil). See the Emacs manual, node
Hyperlinking, and its subnodes.

If you don't like that for some reason, and you really want to change
double-clicking mouse-2 so that it selects such things, then read on.

Emacs already does that too, at least for many URLs etc. and at least in some
modes, such as Emacs-Lisp mode. That is, provided you double-click (with
mouse-2) on a symbol-constituent character, such as :/.?=&lt; at &gt;. If you instead
double-click a word-constituent character, then just that word is selected.

For example, in Emacs-Lisp mode, if you double-click the URL
http://www.emacswiki.org/emacs/SiteMap at the : or a / or a ., then the whole
URL is selected. And in the email address help-gnu-emacs&lt; at &gt;gnu.org, if you
double-click a - or</description>
    <dc:creator>Drew Adams</dc:creator>
    <dc:date>2008-12-01T18:29:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60287">
    <title>Re: wikipedia's (ascii) math notation? emacs easy-way to translateit?</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60287</link>
    <description>
Peter Dyballa &lt;Peter_Dyballa&lt; at &gt;Web.DE&gt; writes:
...

It's the same Calc.  Before GNU Emacs 22.1, Calc 2.02f required a patch
to install.  Since then, Calc has been part of Emacs.

</description>
    <dc:creator>Jay Belanger</dc:creator>
    <dc:date>2008-12-01T16:20:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60286">
    <title>Re: change "word" definition (syntax table) for double-click?</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60286</link>
    <description>
That's easy.

here's a sample code:

(defun get-english-word-boundary ()
  "Return the boundary of the current word.
The return value is of the form: (cons pos1 pos2).
A “word” is a sequence of letters and hyphen.
"
  (save-excursion
    (let (p1 p2)
      (progn
        (skip-chars-backward "-A-Za-z")
        (setq p1 (point))
        (skip-chars-forward "-A-Za-z")
        (setq p2 (point)))
      (cons p1 p2)
      ))
  )

(defun select-word ()
  "Mark the url under cursor."
  (interactive)
;  (require 'thingatpt)
  (let (bds)
      (setq bds (get-english-word-boundary))
      (set-mark (car bds))
      (goto-char (cdr bds))
      )
  )

you can add chars to the skip-chars-backward and skip-chars-forward so
that it'll skip to what you consider word boundary. If you want
everything except whitspace, you can use like:

 (skip-chars-backward "^\n\t")

unless you are writing a mode, syntax table is probably not a good
choice here.

  Xah
∑ http://xahlee.org/

☄

</description>
    <dc:creator>Xah Lee</dc:creator>
    <dc:date>2008-12-01T05:57:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60285">
    <title>unmark all in ibuffer</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60285</link>
    <description>ibuffer's keybindings are i think designed to be compatible with
dired.

However, by habit sometimes i press “U” trying to unmark all, but it
gets me ibuffer-do-replace-regexp instead.

Does anyone know:

• shouldn't U be the key to unmark all as in dired, instead of the
“**”?

• what does ibuffer-do-replace-regexp do exactly? the online doc
doesn't say so much.

Thanks.

  Xah
∑ http://xahlee.org/

☄

</description>
    <dc:creator>Xah Lee</dc:creator>
    <dc:date>2008-12-01T04:49:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60284">
    <title>auto-save missing</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60284</link>
    <description>    Hi,
 I have noticed today that auto-save.el file is missing. Is there
anyway I can download this file alone? Thanks

</description>
    <dc:creator>Jagadeesh</dc:creator>
    <dc:date>2008-12-01T14:53:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60283">
    <title>Re: auto-save missing</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60283</link>
    <description>

I didn't know there was such a file. What does it provide?

</description>
    <dc:creator>Chetan</dc:creator>
    <dc:date>2008-12-01T15:20:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.help/60282">
    <title>Re: change "word" definition (syntax table) for double-click?</title>
    <link>http://permalink.gmane.org/gmane.emacs.help/60282</link>
    <description>Xah,

] How can I have a double-click on for instance the middle "o" in
] "http://www.foo.com/" highlight the entirety of "http://
www.foo.com/"
] rather than merely the word "foo"?

Thanks for your reply. I appreciate it. Unfortunately, I see that I
sent
you (and everyone else) down the wrong path with my poor wording. Let
me
try again.

The double-clicking-on-a-URL was just one sample application. What I
want is for double-clicking with the mouse to highlight, as a word,
all
contiguous non-whitespace characters.

Some sample applications I want this for are:

o   Double-clicking in the middle of URLs.
o   Double-clicking in the middle of RFC822-compliant email addresses.
o   Double-clicking in the middle of passwords and other strings
having
    non-alphanumeric characters.

In short, I want the same double-clicking control inside emacs that
character classes give me inside xterm and cutchars give me inside
rxvt.

    xterm(1)
    CHARACTER CLASSES
    Clicking  the  left  pointer  button  twice   in   rap</description>
    <dc:creator>ead-gnu-emacs&lt; at &gt;ixian.com</dc:creator>
    <dc:date>2008-12-01T05:08:28</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.emacs.help">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.help</link>
  </textinput>
</rdf:RDF>
