unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacsclient on WXP does not work (as it used to)
@ 2008-10-31 10:35 dhruva
  2008-10-31 11:02 ` Juanma Barranquero
  0 siblings, 1 reply; 34+ messages in thread
From: dhruva @ 2008-10-31 10:35 UTC (permalink / raw)
  To: Emacs Devel

Hi,
 With recent (day old) changes to emacsclient and server.el, I am not
able to open a file in a running session of emacs.
When I run 'emacsclient some_file' I get the following error even
though I have a session of emacs running (in window mode)

emacsclient: connect: No connection could be made because the target
machine actively refused it.

emacsclient: No socket or alternate editor.  Please use:

        --server-file      (or environment variable EMACS_SERVER_FILE)
        --alternate-editor (or environment variable ALTERNATE_EDITOR)

The output of command 'list-processes' in emacs:
Proc   Status	Buffer Command
----   ------	------ -------
server listen	(none) (network stream server on 1118)

-dhruva

-- 
Contents reflect my personal views only!




^ permalink raw reply	[flat|nested] 34+ messages in thread
* Newsticker is jealous
@ 2008-10-31 14:42 Paul R
  0 siblings, 0 replies; 34+ messages in thread
From: Paul R @ 2008-10-31 14:42 UTC (permalink / raw)
  To: emacs-devel

Hello,

I've been using newsticker 1.99 in treeview mode since I use emacs23.
Today I noticed a bug. It may be related to the retrieval method that
I changed recently, now I use wget external tool.

To reproduce, set the retrieval method to gnus, run newsticker in
treeview, then pop up scratch buffer and hit C-x 1. Now you can't see
any pane of newsticker, and he feels bad about that. Whenever he will
retreive some feeds, it will raise the error below :

-----------------------------------------

Debugger entered--Lisp error: (wrong-type-argument window-live-p #<window 6>)
  set-window-buffer(#<window 6> #<buffer *Newsticker List*>)
  (save-excursion (set-window-buffer (newsticker--treeview-list-window) (newsticker--treeview-list-buffer)) (set-buffer (newsticker--treeview-list-buffer)) (if clear-buffer (let ... ...)) (newsticker-treeview-list-mode) (newsticker--treeview-list-update-faces) (goto-char (point-min)))
  newsticker--treeview-list-update(t)
  newsticker-treeview-update()
  funcall(newsticker-treeview-update)
  (progn (funcall newsticker--sentinel-callback))
  (if newsticker--sentinel-callback (progn (funcall newsticker--sentinel-callback)))
  (when newsticker--sentinel-callback (funcall newsticker--sentinel-callback))
  newsticker--sentinel-work("finished\n" t "Planet GNOME" ("wget" "-q" "-O" "-" "http://planet.gnome.org/rss20.xml") #<killed buffer>)
  (let ((p-status ...) (exit-status ...) (name ...) (command ...) (buffer ...)) (newsticker--sentinel-work event (and ... ...) name command buffer))
  newsticker--sentinel(#<process Planet GNOME> "finished\n")

-----------------------------------------

Below are some infos on the build and the modes

In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9)
 of 2008-10-30 on ubuT42
Windowing system distributor `The X.Org Foundation', version 11.0.10400090
configured using `configure  '--prefix=/home/paul/Software/local' '--program-suffix=.emacs-23.0.60' '--with-x-toolkit=gtk''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: fr_FR.UTF-8
  value of $LC_CTYPE: en_US.UTF-8
  value of $LC_MESSAGES: en_US.UTF-8
  value of $LC_MONETARY: fr_FR.UTF-8
  value of $LC_NUMERIC: fr_FR.UTF-8
  value of $LC_TIME: fr_FR.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: Debugger

Minor modes in effect:
  shell-dirtrack-mode: t
  csv-field-index-mode: t
  display-time-mode: t
  show-paren-mode: t
  icomplete-mode: t
  iswitchb-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  temp-buffer-resize-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t



(sorry for the duplicate, I messed with my buffers)

-- 
  Paul




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

end of thread, other threads:[~2008-11-02  4:19 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31 10:35 emacsclient on WXP does not work (as it used to) dhruva
2008-10-31 11:02 ` Juanma Barranquero
2008-10-31 11:15   ` Eli Zaretskii
2008-10-31 12:27     ` Juanma Barranquero
2008-10-31 12:46       ` dhruva
2008-10-31 12:52         ` dhruva
2008-10-31 12:53           ` Juanma Barranquero
2008-10-31 12:57             ` dhruva
2008-10-31 12:52         ` Juanma Barranquero
2008-10-31 12:58           ` dhruva
2008-10-31 13:10             ` Juanma Barranquero
2008-10-31 13:38               ` dhruva
2008-10-31 13:40                 ` dhruva
2008-10-31 14:22                   ` Juanma Barranquero
2008-10-31 14:27                     ` Juanma Barranquero
2008-10-31 14:29                       ` dhruva
2008-10-31 14:13       ` Chong Yidong
2008-10-31 14:14         ` Juanma Barranquero
2008-10-31 14:44           ` Eli Zaretskii
2008-10-31 15:21             ` dhruva
2008-11-01 13:53               ` Eli Zaretskii
2008-11-01 14:55                 ` Juanma Barranquero
2008-11-01 16:41                   ` Eli Zaretskii
2008-11-01 17:01                   ` Eli Zaretskii
2008-11-02  4:03                     ` Juanma Barranquero
2008-11-02  4:19                       ` Eli Zaretskii
2008-11-01 17:02                   ` Eli Zaretskii
2008-11-02  2:59                     ` dhruva
2008-11-02  4:17                       ` Eli Zaretskii
2008-10-31 21:58           ` Andreas Schwab
2008-10-31 14:31         ` Newsticker is jealous Paul R
2008-10-31 14:43           ` Paul R
2008-10-31 17:21             ` Ulf Jasper
  -- strict thread matches above, loose matches on Subject: below --
2008-10-31 14:42 Paul R

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