all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* in-package etc.
@ 2008-12-18  8:05 yonetch4h
  2008-12-20 16:00 ` Kevin Rodgers
       [not found] ` <mailman.3167.1229789108.26697.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: yonetch4h @ 2008-12-18  8:05 UTC (permalink / raw
  To: help-gnu-emacs

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.


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

* Re: in-package etc.
  2008-12-18  8:05 in-package etc yonetch4h
@ 2008-12-20 16:00 ` Kevin Rodgers
       [not found] ` <mailman.3167.1229789108.26697.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2008-12-20 16:00 UTC (permalink / raw
  To: help-gnu-emacs

yonetch4h@gmail.com wrote:
> 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?

Start emacs with the --debug-init option and go from there.

> 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.
> 


-- 
Kevin Rodgers
Denver, Colorado, USA





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

* Re: in-package etc.
       [not found] ` <mailman.3167.1229789108.26697.help-gnu-emacs@gnu.org>
@ 2008-12-20 23:15   ` yonetch4h
  0 siblings, 0 replies; 3+ messages in thread
From: yonetch4h @ 2008-12-20 23:15 UTC (permalink / raw
  To: help-gnu-emacs

> Start emacs with the --debug-init option and go from there.

I started emacs with the --debug-init option and found the
".abbrev_defs" file include
(in-package "editor")
So I removed that file and error was cleared.

Thank you.


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

end of thread, other threads:[~2008-12-20 23:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-18  8:05 in-package etc yonetch4h
2008-12-20 16:00 ` Kevin Rodgers
     [not found] ` <mailman.3167.1229789108.26697.help-gnu-emacs@gnu.org>
2008-12-20 23:15   ` yonetch4h

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.