From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: novaburst Newsgroups: gmane.emacs.help Subject: Re: g-client for blogger Date: 30 May 2007 07:05:43 -0700 Organization: http://groups.google.com Message-ID: <1180533943.323488.124550@k79g2000hse.googlegroups.com> References: <1180493688.685594.239230@k79g2000hse.googlegroups.com> <87r6oyyfk5.fsf@baldur.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1180536059 19534 80.91.229.12 (30 May 2007 14:40:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 May 2007 14:40:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 30 16:40:53 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HtPM4-00023i-9t for geh-help-gnu-emacs@m.gmane.org; Wed, 30 May 2007 16:40:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HtPM3-0002Fy-PU for geh-help-gnu-emacs@m.gmane.org; Wed, 30 May 2007 10:40:51 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k79g2000hse.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 Original-NNTP-Posting-Host: 12.37.70.66 Original-X-Trace: posting.google.com 1180533943 4238 127.0.0.1 (30 May 2007 14:05:43 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 30 May 2007 14:05:43 +0000 (UTC) In-Reply-To: <87r6oyyfk5.fsf@baldur.tsdh.de> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: k79g2000hse.googlegroups.com; posting-host=12.37.70.66; posting-account=Uj9QFA0AAADEI6M6Yql-AiWV78ljgrgs Original-Xref: shelby.stanford.edu gnu.emacs.help:148962 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44551 Archived-At: On May 30, 2:46 am, Tassilo Horn wrote: > novaburst 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.