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 19:08:36 -0700 Organization: http://groups.google.com Message-ID: <1180577316.409255.59160@q66g2000hsg.googlegroups.com> References: <1180493688.685594.239230@k79g2000hse.googlegroups.com> <87r6oyyfk5.fsf@baldur.tsdh.de> <1180533943.323488.124550@k79g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1180579242 6805 80.91.229.12 (31 May 2007 02:40:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 May 2007 02:40:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 31 04:40:36 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 1HtaaZ-0008DK-LV for geh-help-gnu-emacs@m.gmane.org; Thu, 31 May 2007 04:40:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HtaaY-0005Ki-MC for geh-help-gnu-emacs@m.gmane.org; Wed, 30 May 2007 22:40:34 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!q66g2000hsg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 43 Original-NNTP-Posting-Host: 71.114.180.221 Original-X-Trace: posting.google.com 1180577317 26443 127.0.0.1 (31 May 2007 02:08:37 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 31 May 2007 02:08:37 +0000 (UTC) In-Reply-To: <1180533943.323488.124550@k79g2000hse.googlegroups.com> 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: q66g2000hsg.googlegroups.com; posting-host=71.114.180.221; posting-account=Uj9QFA0AAADEI6M6Yql-AiWV78ljgrgs Original-Xref: shelby.stanford.edu gnu.emacs.help:148968 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:44557 Archived-At: On May 30, 10:05 am, novaburst wrote: > 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. 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.