all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* clearcase.el starting up problem
@ 2003-11-24 13:53 reinhard.hahn
  0 siblings, 0 replies; 2+ messages in thread
From: reinhard.hahn @ 2003-11-24 13:53 UTC (permalink / raw)
  Cc: esler

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.2.1 (i386-msvc-nt5.0.2195)
 of 2002-03-19 on buffy
configured using `configure --with-msvc (12.00)'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: DEU
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Concerns clearcase.el version "ClearCase-version: </main/laptop/116>"
Running under NT.

When including a line like 

     (require 'clearcase)

in my .emacs file, startup process hangs with the message

   "Buffer *clearcase-lsregion* has subprocess(es) running; kill anyway?
(yes or no)"


I analized the reason as follows.

In the initialising section (the last top-level call
of (progn ...), there is a line

        (setq clearcase-servers-online (clearcase-registry-server-online-p))

which refers to

      (defun clearcase-registry-server-online-p ()
        "Heuristic to determine if the local host is network-connected to
	its ClearCase server(s)."
	  (if clearcase-lt
	        (clearcase-lt-registry-server-online-p)
		    (clearcase-non-lt-registry-server-online-p)))

The code of the function clearcase-non-lt-registry-server-online-p
ends with

     ...
    (if result
        (kill-buffer buf))
    result))

This (kill-buffer buf) causes the a.m. message. Normally the 

     (kill-process process) 

a few lines before should garuantee, that there is no process 
running in that buffer. In fact, the process is finished at 
any time I test it interactively. So there is obviously some
timing problem that the process isn't finished at that time and
so the reported question ist displayed in the mini-buffer.

For my installation I just commented out the two lines:

;    (if result
;        (kill-buffer buf))

with the drawback, that the buffer isn't killed but with the 
advantage that the startup process isn't interrupted.

Recent input:
<menu-bar> <help-menu> <report-emacs-bug>

Recent messages:
Loading sw-iso...done
Loading swinfo...done
Loading swkeys...done
Loading utils-sw...done
Loading leim-list (source)...done
Loading image...done
Loading completion...done
Loading regexp-opt...done
Loading executable...done
Loading emacsbug...done

__________________________________________
GE Power Systems
Reinhard Hahn
Network Reliability Services
Engelbergerstr. 21
D-79106 Freiburg

Tel.: ++49-761/36821-65
Fax : ++49-761/36821-30
Mail: <mailto:reinhard.hahn@ps.ge.com>
Web: http://www.gepower.com/networksolutions
__________________________________________
All opinions expressed in this message are purely personal and do not
reflect the opinions or policies of GE or GE Power Systems

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

* Re: clearcase.el starting up problem
       [not found] <mailman.499.1069685857.399.bug-gnu-emacs@gnu.org>
@ 2003-11-24 18:20 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2003-11-24 18:20 UTC (permalink / raw)


reinhard.hahn@ps.ge.com wrote:

> Concerns clearcase.el version "ClearCase-version: </main/laptop/116>"
> Running under NT.
> 
> When including a line like 
> 
>      (require 'clearcase)
> 
> in my .emacs file, startup process hangs with the message
> 
>    "Buffer *clearcase-lsregion* has subprocess(es) running; kill anyway?
> (yes or no)"

Since clearcase.el is not distributed with Emacs, I get a "Cannot open
load-file" error.

Complain to the author/maintainer of clearcase.el.

-- 
Kevin Rodgers

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

end of thread, other threads:[~2003-11-24 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-24 13:53 clearcase.el starting up problem reinhard.hahn
     [not found] <mailman.499.1069685857.399.bug-gnu-emacs@gnu.org>
2003-11-24 18:20 ` Kevin Rodgers

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.