unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.0; "Symbol's value as variable is void: py-mode-map"
@ 2007-10-27  2:28 Guilherme Mesquita Gondim
  2007-10-29  0:46 ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Guilherme Mesquita Gondim @ 2007-10-27  2:28 UTC (permalink / raw)
  To: emacs-pretest-bug; +Cc: alexandre

When I run `python-mode' appears this message:

    run-hooks: Symbol's value as variable is void: py-mode-map


In GNU Emacs 23.0.0.1 (i486-pc-linux-gnu, GTK+ Version 2.12.0)
 of 2007-10-01 on samarium
 (emacs-snapshot package, version 1:20070928-1~gutsy)
Windowing system distributor `The X.Org Foundation', version 11.0.10300000
configured using `configure  '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.0/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.0/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.0.0/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--enable-font-backend' '--with-xft' '--with-freetype' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2''

Important settings:
  value of $LC_ALL: 
  value of $LC_COLLATE: pt_BR.UTF-8
  value of $LC_CTYPE: pt_BR.UTF-8
  value of $LC_MESSAGES: en_US.UTF-8
  value of $LC_MONETARY: pt_BR.UTF-8
  value of $LC_NUMERIC: pt_BR.UTF-8
  value of $LC_TIME: pt_BR.UTF-8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Python

Minor modes in effect:
  show-paren-mode: t
  savehist-mode: t
  global-hl-line-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x p y <tab> t h <tab> <return> <help-echo> <down-mouse-1> 
<mouse-1> <help-echo> M-x r e p o r <tab> <return>

Recent messages:
For information about the GNU system and GNU/Linux, type C-h C-p.
Making completion list...
Loading help-mode...done
Loading python...
Loading easymenu...done
Loading python...done
run-hooks: Symbol's value as variable is void: py-mode-map
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done

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

* Re: 23.0.0; "Symbol's value as variable is void: py-mode-map"
  2007-10-27  2:28 23.0.0; "Symbol's value as variable is void: py-mode-map" Guilherme Mesquita Gondim
@ 2007-10-29  0:46 ` Glenn Morris
  2007-10-29  2:25   ` Alexandre Vassalotti
  2007-10-29  2:40   ` Guilherme Mesquita Gondim
  0 siblings, 2 replies; 7+ messages in thread
From: Glenn Morris @ 2007-10-29  0:46 UTC (permalink / raw)
  To: Guilherme Mesquita Gondim; +Cc: emacs-pretest-bug, alexandre

Guilherme Mesquita Gondim wrote:

> When I run `python-mode' appears this message:
>
>     run-hooks: Symbol's value as variable is void: py-mode-map
>
>
> In GNU Emacs 23.0.0.1 (i486-pc-linux-gnu, GTK+ Version 2.12.0)
>  of 2007-10-01 on samarium

This is a month-old CVS version of some branch. This problem does not
occur in the current CVS trunk. The problem may also be due to some
local customization of python-mode-hook.

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

* Re: 23.0.0; "Symbol's value as variable is void: py-mode-map"
  2007-10-29  0:46 ` Glenn Morris
@ 2007-10-29  2:25   ` Alexandre Vassalotti
  2007-10-29  2:35     ` Guilherme Mesquita Gondim
  2007-10-29  2:40   ` Guilherme Mesquita Gondim
  1 sibling, 1 reply; 7+ messages in thread
From: Alexandre Vassalotti @ 2007-10-29  2:25 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-pretest-bug, Guilherme Mesquita Gondim

I use this version and I can't reproduce the problem. As you said, the
problem is surely due to some local customization.

-- Alexandre


On 10/28/07, Glenn Morris <rgm@gnu.org> wrote:
> Guilherme Mesquita Gondim wrote:
>
> > When I run `python-mode' appears this message:
> >
> >     run-hooks: Symbol's value as variable is void: py-mode-map
> >
> >
> > In GNU Emacs 23.0.0.1 (i486-pc-linux-gnu, GTK+ Version 2.12.0)
> >  of 2007-10-01 on samarium
>
> This is a month-old CVS version of some branch. This problem does not
> occur in the current CVS trunk. The problem may also be due to some
> local customization of python-mode-hook.
>

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

* Re: 23.0.0; "Symbol's value as variable is void: py-mode-map"
  2007-10-29  2:25   ` Alexandre Vassalotti
@ 2007-10-29  2:35     ` Guilherme Mesquita Gondim
  0 siblings, 0 replies; 7+ messages in thread
From: Guilherme Mesquita Gondim @ 2007-10-29  2:35 UTC (permalink / raw)
  To: Alexandre Vassalotti; +Cc: Glenn Morris, emacs-pretest-bug

On Dom, 2007-10-28 at 22:25 -0400, Alexandre Vassalotti wrote:
> I use this version and I can't reproduce the problem. As you said, the
> problem is surely due to some local customization.

Alexandre,

You run another version of python-mode? The problem occurs only with
native python-mode of this version.


Guilherme

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

* Re: 23.0.0; "Symbol's value as variable is void: py-mode-map"
  2007-10-29  0:46 ` Glenn Morris
  2007-10-29  2:25   ` Alexandre Vassalotti
@ 2007-10-29  2:40   ` Guilherme Mesquita Gondim
  2007-10-29  3:09     ` Alexandre Vassalotti
  1 sibling, 1 reply; 7+ messages in thread
From: Guilherme Mesquita Gondim @ 2007-10-29  2:40 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-pretest-bug, alexandre

On Dom, 2007-10-28 at 20:46 -0400, Glenn Morris wrote:
> The problem may also be due to some
> local customization of python-mode-hook.

Hi Glenn,

With "emacs -q" the problem occurs, but with "emacs -q --no-site-file" I
don't have error messages.

Thanks,
Guilherme

PS: I have a little english.

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

* Re: 23.0.0; "Symbol's value as variable is void: py-mode-map"
  2007-10-29  2:40   ` Guilherme Mesquita Gondim
@ 2007-10-29  3:09     ` Alexandre Vassalotti
  2007-11-04 18:44       ` Alexandre Vassalotti
  0 siblings, 1 reply; 7+ messages in thread
From: Alexandre Vassalotti @ 2007-10-29  3:09 UTC (permalink / raw)
  To: Guilherme Mesquita Gondim; +Cc: Glenn Morris, emacs-pretest-bug

I tried with the native python-mode, and I can confirm the bug. It
seems to be a packaging bug. It is my package, so I will look into it.

-- Alexandre

On 10/28/07, Guilherme Mesquita Gondim <semente@taurinus.org> wrote:
> On Dom, 2007-10-28 at 20:46 -0400, Glenn Morris wrote:
> > The problem may also be due to some
> > local customization of python-mode-hook.
>
> Hi Glenn,
>
> With "emacs -q" the problem occurs, but with "emacs -q --no-site-file" I
> don't have error messages.
>
> Thanks,
> Guilherme
>
> PS: I have a little english.
>
>

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

* Re: 23.0.0; "Symbol's value as variable is void: py-mode-map"
  2007-10-29  3:09     ` Alexandre Vassalotti
@ 2007-11-04 18:44       ` Alexandre Vassalotti
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Vassalotti @ 2007-11-04 18:44 UTC (permalink / raw)
  To: Guilherme Mesquita Gondim; +Cc: emacs-pretest-bug

On 10/28/07, Alexandre Vassalotti <alexandre@peadrop.com> wrote:
> I tried with the native python-mode, and I can confirm the bug. It
> seems to be a packaging bug. It is my package, so I will look into it.

It wasn't a packaging bug, after all. But, the bug fixed in latest
revision of branch.

-- Alexandre

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

end of thread, other threads:[~2007-11-04 18:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-27  2:28 23.0.0; "Symbol's value as variable is void: py-mode-map" Guilherme Mesquita Gondim
2007-10-29  0:46 ` Glenn Morris
2007-10-29  2:25   ` Alexandre Vassalotti
2007-10-29  2:35     ` Guilherme Mesquita Gondim
2007-10-29  2:40   ` Guilherme Mesquita Gondim
2007-10-29  3:09     ` Alexandre Vassalotti
2007-11-04 18:44       ` Alexandre Vassalotti

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