all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* problems opening java files
@ 2006-07-29 21:09 Matthias Knelangen
  2006-07-29 21:49 ` Peter Dyballa
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Knelangen @ 2006-07-29 21:09 UTC (permalink / raw)


Hi,

when opening a java file with gnu emacs (C-x C-f), i get the following
error

Wrong type argument: integer-or-marker-p, nil

and the file won't appear, if I repeat the C-x C-f command, the file
will open normally.

Could anyone give me a hint how to solve this?

Regards,
Matthias

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

* Re: problems opening java files
  2006-07-29 21:09 problems opening java files Matthias Knelangen
@ 2006-07-29 21:49 ` Peter Dyballa
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2006-07-29 21:49 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 29.07.2006 um 23:09 schrieb Matthias Knelangen:

> Could anyone give me a hint how to solve this?

The usual step would be to launch GNU Emacs a bit differently:

	emacs -q		; does not load ~/.emacs
	emacs -Q		; does neither load ~/.emacs nor site-start.el
	emacs --debug-init	; debugs Elisp errors

Of course you can combine --debug-init with -q or -Q.

--
Mit friedvollen Grüßen

   Pete

Make it simple, as simple as possible but no simpler.
                               Albert Einstein

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

end of thread, other threads:[~2006-07-29 21:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-29 21:09 problems opening java files Matthias Knelangen
2006-07-29 21:49 ` Peter Dyballa

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.