help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: g-client for blogger


From: novaburst
Subject: Re: g-client for blogger
Date: 30 May 2007 19:08:36 -0700
User-agent: G2/1.0

On May 30, 10:05 am, novaburst <Paul.B...@gmail.com> wrote:
> On May 30, 2:46 am, Tassilo Horn <tass...@member.fsf.org> wrote:
>
>
>
> > novaburst <Paul.B...@gmail.com> writes:
>
> > Hi Paul,
>
> > > I'm trying to install g-client so I can use it to write my Blogger
> > > entries with Emacs. I am using OpenSUSE Linux. I am following the
> > > directions from this URL:
> > >http://buzz.blogger.com/2007/03/emacs-client-for-blogger.html
>
> > > I placed this code in my .emacs
>
> > > (load-library "g")
> > > (add-to-list 'load-path "~/g-client")
>
> > It cannot find the library, because you add it to the load-path (that's
> > where it looks for libraries) one line later. Reverse the two line and
> > you should be fine.
>
> > Bye,
> > Tassilo
> > --
> > If programmers deserve to  be rewarded for creating innovative programs,
> > by the same  token they deserve to be punished if  they restrict the use
> > of these programs. (Richard M. Stallman)
>
> Good to know, but I also tried reversing the two lines and it was
> still unable to load a file. I can't remember which one, but I will
> try it again when I get home tonight and find out.
> Thank you for the reply.

Ok, I found the problem by researching a bit. After entering the code
correctly, I received the message: cannot open load file, g-cus-load
I created a file called g-cus-load.el
In that file I put one statement:  (provide 'g-cus-load)

Once I had that, Emacs loaded just fine with no errors.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]