unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Emacs client hanging
@ 2007-02-05 16:22 HS
  2007-02-05 19:00 ` Lennart Borgman (gmail)
  0 siblings, 1 reply; 2+ messages in thread
From: HS @ 2007-02-05 16:22 UTC (permalink / raw)
  To: help-gnu-emacs

Hello all!
I'm having a problem with Emacsclient (this comes with EmacsW32)
It's hanging when I load the file below.
Anyone knows what could be the problem ?
I tried everything but it's like magic... the file is ok if I load it
afterwards starting Emacs!
Thanks in advance,
HS

(require 'color-occur)
(require 'color-moccur)
(require 'moccur-edit)

(require 'ido)
(ido-mode t)
(setq ido-create-new-buffer 'always)
(setq ido-ignore-buffers '("^ " "^\\*"))  ;; ignore *Messages* etc

(require 'swbuff)
(setq swbuff-exclude-buffer-regexps '("^ .*" "^\\*.*\\*"))

(require 'org)
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
(setq org-directory "~/../orgfiles/")
(setq org-default-notes-file "~/orgfiles/notes.org")
(setq org-agenda-files (list "~/orgfiles/work.org"
                             "~/orgfiles/uni.org"
                             "~/orgfiles/home.org"))
(add-hook 'org-mode-hook 'my-org-mode)
(defun my-org-mode ()
  (define-key org-mode-map "\M-n"    'outline-next-visible-heading)
  (define-key org-mode-map "\M-p"    'outline-previous-visible-
heading)
  )
(setq org-hide-leading-stars t)

;; UTF8
(set-language-environment "UTF-8") ; prefer utf-8 for language
settings
(setq default-buffer-file-coding-system 'utf-8)
(prefer-coding-system  'utf-8)

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

* Re: Emacs client hanging
  2007-02-05 16:22 Emacs client hanging HS
@ 2007-02-05 19:00 ` Lennart Borgman (gmail)
  0 siblings, 0 replies; 2+ messages in thread
From: Lennart Borgman (gmail) @ 2007-02-05 19:00 UTC (permalink / raw)
  To: HS; +Cc: help-gnu-emacs

HS wrote:
> Hello all!
> I'm having a problem with Emacsclient (this comes with EmacsW32)
> It's hanging when I load the file below.
> Anyone knows what could be the problem ?
> I tried everything but it's like magic... the file is ok if I load it
> afterwards starting Emacs!
> Thanks in advance,
> HS

Some questions to make it possible to answer you:

1) Are you using the patched or the unpatched version of Emacs+EmacsW32?

2) Is Emacs started before?

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

end of thread, other threads:[~2007-02-05 19:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-05 16:22 Emacs client hanging HS
2007-02-05 19:00 ` Lennart Borgman (gmail)

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