all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* g-client for blogger
@ 2007-05-30  2:54 novaburst
  2007-05-30  6:46 ` Tassilo Horn
  0 siblings, 1 reply; 4+ messages in thread
From: novaburst @ 2007-05-30  2:54 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

I'm very new to Emacs. This is the first time I've edited the .emacs
file.
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")


I get the following error when running Emacs.

File error: "Cannot open load file", "g"


Any help would be appreciated. I'm trying to increase my knowledge of
Emacs.

Thank you

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: g-client for blogger
  2007-05-30  2:54 g-client for blogger novaburst
@ 2007-05-30  6:46 ` Tassilo Horn
  2007-05-30 14:05   ` novaburst
  0 siblings, 1 reply; 4+ messages in thread
From: Tassilo Horn @ 2007-05-30  6:46 UTC (permalink / raw)
  To: help-gnu-emacs

novaburst <Paul.Beel@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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: g-client for blogger
  2007-05-30  6:46 ` Tassilo Horn
@ 2007-05-30 14:05   ` novaburst
  2007-05-31  2:08     ` novaburst
  0 siblings, 1 reply; 4+ messages in thread
From: novaburst @ 2007-05-30 14:05 UTC (permalink / raw)
  To: help-gnu-emacs

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: g-client for blogger
  2007-05-30 14:05   ` novaburst
@ 2007-05-31  2:08     ` novaburst
  0 siblings, 0 replies; 4+ messages in thread
From: novaburst @ 2007-05-31  2:08 UTC (permalink / raw)
  To: help-gnu-emacs

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-05-31  2:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-30  2:54 g-client for blogger novaburst
2007-05-30  6:46 ` Tassilo Horn
2007-05-30 14:05   ` novaburst
2007-05-31  2:08     ` novaburst

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.