From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Qiang Liu" Newsgroups: gmane.emacs.help Subject: character error when using weblogger Date: Mon, 15 Sep 2008 17:55:13 +0800 Message-ID: <7ca77f390809150255o2d32dd01y275671d56b9d4f46@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221472551 18489 80.91.229.12 (15 Sep 2008 09:55:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Sep 2008 09:55:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 15 11:56:47 2008 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 1KfAp3-0007IG-62 for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Sep 2008 11:56:45 +0200 Original-Received: from localhost ([127.0.0.1]:44106 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfAo2-0008Et-5p for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Sep 2008 05:55:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KfAnd-0008Ec-37 for help-gnu-emacs@gnu.org; Mon, 15 Sep 2008 05:55:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KfAnc-0008EF-4h for help-gnu-emacs@gnu.org; Mon, 15 Sep 2008 05:55:16 -0400 Original-Received: from [199.232.76.173] (port=53188 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfAnb-0008E5-Th for help-gnu-emacs@gnu.org; Mon, 15 Sep 2008 05:55:15 -0400 Original-Received: from qb-out-1314.google.com ([72.14.204.172]:48201) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KfAnb-0004Nx-9k for help-gnu-emacs@gnu.org; Mon, 15 Sep 2008 05:55:15 -0400 Original-Received: by qb-out-1314.google.com with SMTP id f16so2668288qba.30 for ; Mon, 15 Sep 2008 02:55:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=WpyiaboI1DjzHSC3NGXh0HmXWlHdw2TCItVjnRmM7pI=; b=mMHexjo1M1z34+Ne9sMpiM76mwDsupLlJXGgbTL3VRa1C91snIAwKXN+CCBqY3BDEb 8ILSI+SmYjOLlKUKV7q/bykLrfhObS/vJ6hKPGnjc8mC64JAG8R5DAvamS3GQcVP9XwN PIPDKn4x66BVJ6Vuk22qKdq1QGvFK/tkSkW44= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=gnSORe+ndkNp2U+IjwHkkXI1eVrbR3LlaqP2XAC7DujqyIMLVNl+jLa8rzC8yDMfxq Yy/4VGYmtgGjAiq4NCIqiO1M1SKIVnyblDY1RvgKXryuC5qT+At8jw67qnkbGB95Aw10 IKAy3fsl5EOxZMs0jw1fRCNxjczdtSNceAifg= Original-Received: by 10.143.33.12 with SMTP id l12mr2604291wfj.272.1221472513449; Mon, 15 Sep 2008 02:55:13 -0700 (PDT) Original-Received: by 10.142.141.11 with HTTP; Mon, 15 Sep 2008 02:55:13 -0700 (PDT) Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:57613 Archived-At: Everybody, how are you? Recently, I pulish my blog to wordpress using emacs 23.0.60 with weblogger.el. +------------------------------------------------+ olympic.gif +------------------------------------------------+ After publishing, I refer to the source code of the html file. It goes wrong: +------------------------------------------------+ <img src="http://www.google.com/logos/olympics08_basketball.gif" alt="olympic.gif"> +------------------------------------------------+ I am not certain what goes wrong. Can you give me some advice? Thanks.