all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Python mode and a problem in debugging a C program
@ 2003-04-05 13:16 Chunyu
  0 siblings, 0 replies; only message in thread
From: Chunyu @ 2003-04-05 13:16 UTC (permalink / raw)



While debugging a C/C++ program with GDB in emacs (version 21.3.50),
there is an arrow symbol `=>' in the source window to indicate the
current line normally. But After I load the python-mode.el file from
my ~/.emacs.el, the arrow symbol disappear while debugging with GDB in
emacs. (The python-mode.el is from
http://www.python.org/emacs/python-mode, version 4.6.)

I load the python in my ~/.emacs.el by
(require 'python-mode)
(setq auto-mode-alist
      (cons '("\\.py$" . python-mode) auto-mode-alist))
(setq interpreter-mode-alist
      (cons '("python" . python-mode) interpreter-mode-alist))

Now, I have to comment these lines, and load python-mode.el by hand
when I want to use python-mode. How can I solve it? Is there another
better python-mode code? Thanks for your replay.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-05 13:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-05 13:16 Python mode and a problem in debugging a C program Chunyu

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.