[prev in list] [next in list] [prev in thread] [next in thread] 

List:       twincling
Subject:    Re: [twincling] Twincling Newsletter
From:       Manohar Vanga <manohar.vanga () gmail ! com>
Date:       2010-02-27 11:53:54
Message-ID: 9dd9a3241002270353oa50eaa3r937859b2d9aef088 () mail ! gmail ! com
[Download RAW message or body]

I was just notified that the mail was sent in by Raja Sharan and not Raja
Naresh. Sorry for the error!

Thanks
Manohar

On Sat, Feb 27, 2010 at 12:36 PM, Manohar Vanga <manohar.vanga@gmail.com>wrote:

> I forgot to mention that if you want to put your .el files into a separate
> folder, you should add the following to your .emacs file:
>
> (add-to-list 'load-path "~/my_emacs_stuff")
>
> Regards
> Manohar
>
>
> On Sat, Feb 27, 2010 at 12:29 PM, Manohar Vanga <manohar.vanga@gmail.com>wrote:
>
>> Hi Naresh,
>>
>> Here's a great tutorial on how to do it:
>> http://www.emacswiki.org/emacs/ModeTutorial
>>
>> Emacs has a mind boggling number of modes readily available so in most
>> cases you won't have to write one from ground up. Take a look at
>> http://www.emacswiki.org/emacs/CategoryModes for a list of modes
>> available.
>>
>> To install a new mode you can try the following:
>>
>> C-h v load-path
>>
>> See the directories there and put your .el file into one of those
>> directories. You can add something like the following in to your ~/.emacs
>> file so that the mode is loaded automatically:
>>
>> ;; for HTML files
>> (autoload 'html-mode "html-mode" "HTML mode" t)
>> (setq auto-mode-alist (append '(("\\.html$" . html-mode))
>> auto-mode-alist))
>>
>> Pretty useful :-)
>>
>> Regards
>> Manohar
>>
>>
>> On Fri, Feb 26, 2010 at 10:27 PM, Raja <rajasharan@gmail.com> wrote:
>>
>>>
>>>> >
>>>> > I am currently working on providing PDF versions of the newsletter but
>>>> it
>>>> > will not be available immediately. I write the newsletter directly in
>>>> HTML
>>>> > in emacs so it is a little harder to move it over to PDF. Perhaps in
>>>> the
>>>> > future, I can make use of typesetting toolkits like LaTeX (my
>>>> experience
>>>> > with it is scanty at best).
>>>> >
>>>>
>>>> >> >
>>>> >> > Regards
>>>> >> > Manohar Vanga
>>>>
>>>
>>> hey Manohar!
>>>
>>> this could be off-topic but can you please tell me how to install a new
>>> mode in emacs. I assume one needs to have the .el file or whatever and then
>>> modify some config file, but i'm not sure how this works.
>>>
>>> thanks
>>> raja
>>>
>>>
>>
>

[Attachment #3 (text/html)]

I was just notified that the mail was sent in by Raja Sharan and not Raja Naresh. \
Sorry for the error!<br><br>Thanks<br>Manohar<br><br><div class="gmail_quote">On Sat, \
Feb 27, 2010 at 12:36 PM, Manohar Vanga <span dir="ltr">&lt;<a \
href="mailto:manohar.vanga@gmail.com">manohar.vanga@gmail.com</a>&gt;</span> \
wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px \
solid rgb(204, 204, 204); padding-left: 1ex;">I forgot to mention that if you want to \
put your .el files into a separate folder, you should add the following to your \
.emacs file:<br>

<br>(add-to-list &#39;load-path &quot;~/my_emacs_stuff&quot;)<br><br>Regards<br><font \
color="#888888">Manohar</font><div><div></div><div class="h5"><br> <br><div \
class="gmail_quote">On Sat, Feb 27, 2010 at 12:29 PM, Manohar Vanga <span \
dir="ltr">&lt;<a href="mailto:manohar.vanga@gmail.com" \
target="_blank">manohar.vanga@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, \
204, 204); padding-left: 1ex;">


Hi Naresh,<br><br>Here&#39;s a great tutorial on how to do it: <a \
href="http://www.emacswiki.org/emacs/ModeTutorial" \
target="_blank">http://www.emacswiki.org/emacs/ModeTutorial</a><br><br>Emacs has a \
mind boggling number of modes readily available so in most cases you won&#39;t have \
to write one from ground up. Take a look at <a \
href="http://www.emacswiki.org/emacs/CategoryModes" \
target="_blank">http://www.emacswiki.org/emacs/CategoryModes</a> for a list of modes \
available.<br>



<br>To install a new mode you can try the following:<br><br>C-h v \
load-path<br><br>See the directories there and put your .el file into one of those \
directories. You can add something like the following in to your ~/.emacs file so \
that the mode is loaded automatically:<br>



<br>;; for HTML files<br>(autoload &#39;html-mode &quot;html-mode&quot; &quot;HTML \
mode&quot; t)<br>(setq auto-mode-alist (append &#39;((&quot;\\.html$&quot; . \
html-mode))<br>auto-mode-alist))<br><br>Pretty useful :-)<br>



<br>Regards<br><font color="#888888">Manohar</font><div><div></div><div><br><br><div \
class="gmail_quote">On Fri, Feb 26, 2010 at 10:27 PM, Raja <span dir="ltr">&lt;<a \
href="mailto:rajasharan@gmail.com" \
target="_blank">rajasharan@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px \
solid rgb(204, 204, 204); padding-left: 1ex;"> <div class="gmail_quote"><blockquote \
class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, \
204, 204); padding-left: 1ex;"><div><div><div><br> &gt;<br>
&gt; I am currently working on providing PDF versions of the newsletter but it<br>
&gt; will not be available immediately. I write the newsletter directly in HTML<br>
&gt; in emacs so it is a little harder to move it over to PDF. Perhaps in the<br>
&gt; future, I can make use of typesetting toolkits like LaTeX (my experience<br>
&gt; with it is scanty at best).<br>
&gt;<br> <br>
&gt;&gt; &gt;<br></div>
&gt;&gt; &gt; Regards<br>
&gt;&gt; &gt; Manohar Vanga<br></div></div></blockquote><div><br></div><div>hey \
Manohar!</div><div><br></div><div>this could be off-topic but can you please tell me \
how to install a new mode in emacs. I assume one needs to have the .el file or \
whatever and then modify some config file, but i&#39;m not sure how this works. \
</div>




<div><br></div><div>thanks</div><div>raja</div><div><br></div></div>
</blockquote></div><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic