unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1093: [h-e-w] Bug report: Codepage-setup error
       [not found] ` <1349643103.20081005185649@Yandex.ru>
@ 2008-10-05 19:33   ` Eli Zaretskii
  2008-10-05 21:35   ` bug#1090: marked as done (Bug report: Codepage-setup error) Emacs bug Tracking System
  1 sibling, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2008-10-05 19:33 UTC (permalink / raw)
  To: Kostafey_Yandex; +Cc: emacs-pretest-bug, help-emacs-windows

> Date: Sun, 5 Oct 2008 18:56:49 +0400
> From: Kostafey_Yandex <Kostafey@Yandex.ru>
> Cc: 
> 
> The last (pre-release) version of emacs 23 2008-10-03
> starts with following error:
> 
> Symbol's function definition is void: codepage-setup

According to this:

> Recent messages:
> 
> An error has occurred while loading `c:/Documents and Settings/Владелец/Application Data/.emacs':
> 
> Symbol's function definition is void: codepage-setup

the problem happens because of something in your .emacs init file.  Do
you see the same problem with "emacs -Q"?  If not, search your .emacs
for something that uses one of the functions from the (now extinct)
codepage.el file.







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

* bug#1090: marked as done (Bug report: Codepage-setup error)
       [not found] ` <1349643103.20081005185649@Yandex.ru>
  2008-10-05 19:33   ` bug#1093: [h-e-w] Bug report: Codepage-setup error Eli Zaretskii
@ 2008-10-05 21:35   ` Emacs bug Tracking System
  1 sibling, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2008-10-05 21:35 UTC (permalink / raw)
  To: Eli Zaretskii

[-- Attachment #1: Type: text/plain, Size: 831 bytes --]


Your message dated Sun, 05 Oct 2008 23:25:57 +0200
with message-id <uwsgmhgyi.fsf@gnu.org>
and subject line Re: bug#1090: Bug report: Codepage-setup error
has caused the Emacs bug report #1090,
regarding Bug report: Codepage-setup error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1090: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1090
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 4335 bytes --]

From: Kostafey_Yandex <Kostafey@Yandex.ru>
To: emacs-pretest-bug@gnu.org, help-emacs-windows@gnu.org
Subject: Bug report: Codepage-setup error
Date: Sun, 5 Oct 2008 18:56:49 +0400
Message-ID: <1349643103.20081005185649@Yandex.ru>

From:  <Kostafey@DB0TKD2J>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; codepage-setup error

The last (pre-release) version of emacs 23 2008-10-03
starts with following error:

Symbol's function definition is void: codepage-setup

This bug are't happened in the previous versions of emacs.

****GENERATED BY EMACS****

In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-10-03 on LENNART-69DE564
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ru
  value of $XMODIFIERS: nil
  locale-coding-system: cp1251
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  cua-mode: t
  display-time-mode: t
  global-linum-mode: t
  linum-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e p o r t - <help-echo> e m a c s - b u g <r
eturn>

Recent messages:

An error has occurred while loading `c:/Documents and Settings/Владелец/Application Data/.emacs':

Symbol's function definition is void: codepage-setup

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the `--debug-init' option to view a complete error backtrace.

For information about GNU Emacs and the GNU system, type C-h C-a.

-- 
Yours faithfully,
 Konstantin                          mailto:Kostafey@Yandex.ru




[-- Attachment #3: Type: message/rfc822, Size: 1293 bytes --]

From: Eli Zaretskii <eliz@gnu.org>
To: 1090-done@emacsbugs.donarmstrong.com
Subject: Re: bug#1090: Bug report: Codepage-setup error
Date: Sun, 05 Oct 2008 23:25:57 +0200
Message-ID: <uwsgmhgyi.fsf@gnu.org>

This happened because the user had this line in his .emacs:

  (codepage-setup 1251)

which is not needed in Emacs 23.


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

end of thread, other threads:[~2008-10-05 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <uwsgmhgyi.fsf@gnu.org>
     [not found] ` <1349643103.20081005185649@Yandex.ru>
2008-10-05 19:33   ` bug#1093: [h-e-w] Bug report: Codepage-setup error Eli Zaretskii
2008-10-05 21:35   ` bug#1090: marked as done (Bug report: Codepage-setup error) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).