From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: yonetch4h@gmail.com Newsgroups: gmane.emacs.help Subject: in-package etc. Date: Thu, 18 Dec 2008 00:05:20 -0800 (PST) Organization: http://groups.google.com Message-ID: <77af9a63-4861-43bf-a2ca-a58bb060346c@r10g2000prf.googlegroups.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 1229623197 5682 80.91.229.12 (18 Dec 2008 17:59:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2008 17:59:57 +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 Dec 18 19:01:02 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 1LDNB2-00045n-Tl for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2008 19:00:49 +0100 Original-Received: from localhost ([127.0.0.1]:38330 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDN9q-00009n-Uy for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2008 12:59:34 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!r10g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 45 Original-NNTP-Posting-Host: 114.48.171.38 Original-X-Trace: posting.google.com 1229587521 17317 127.0.0.1 (18 Dec 2008 08:05:21 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 18 Dec 2008 08:05:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r10g2000prf.googlegroups.com; posting-host=114.48.171.38; posting-account=nxrQdgoAAADAwlsjTUmdYPjXFb4wqGdG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:165443 X-Mailman-Approved-At: Thu, 18 Dec 2008 12:50:55 -0500 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:60805 Archived-At: I have been using emacsen and recently started using GNU emacs. I encountered some problems. My Environment is: OS: Windows-XP SP2 (emacs-version)"GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-07 on SOFT-MJASON" User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/ 1.14.9 (Goj?) APEL/10.7 Emacs/22.3 (i386-mingw-nt5.1.2600) MULE/5.0 (SAKAKI) 1) "in-package" When I start emacs, it says "Symbol's function definition is void: in- package". It also say that and stop compiling while installing elisp packages like SEMI, FLIM, etc. So I have to view Makefiles and comile manualy. How I can avoid it? 2) "Cannot read windows-31j e-mail" I cannot read e-mails with charset=Windows-31J. I tried to change "charset=Windows-31J" to "charset=cp932" and I could read it. How I can read it without rewriting charset? 3) "pgg-encrypt-region" How I can use pgg-encrypt-region non-interactively ? I can use pgg-encrypt-region interactively, but I get error when I evaluate(C-x C-e) following expression: (pgg-encrypt-region 1 (point-max)) Nothing happens when I evaluate(C-x C-e) following expression: (pgg-encrypt-region 1 (point-max) '("Hoge")) 4) "Charactor code changed automatically when saving" When I save buffer, Charactor code is changed automatically to Emacs- Mule. I referenced this URL http://d.hatena.ne.jp/a666666/20080905/1220581860 (Japanese) and inserted my .emacs following code: (setq auto-coding-functions nil) Now Charactor code is not changed. Is that correct? Thank you.