From: "HS" <hugows@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Emacs client hanging
Date: 5 Feb 2007 08:22:09 -0800 [thread overview]
Message-ID: <1170692529.408232.4120@p10g2000cwp.googlegroups.com> (raw)
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)
next reply other threads:[~2007-02-05 16:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-05 16:22 HS [this message]
2007-02-05 19:00 ` Emacs client hanging Lennart Borgman (gmail)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1170692529.408232.4120@p10g2000cwp.googlegroups.com \
--to=hugows@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).