<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1575</id>
	<title>Nabble - Emacs - Pretest - Bug</title>
	<updated>2009-03-06T10:41:10Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Emacs---Pretest---Bug-f1575.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Emacs---Pretest---Bug-f1575.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-22378603</id>
	<title>bug#2585: 23.0.90; read-file-name with dialog</title>
	<published>2009-03-06T10:41:10Z</published>
	<updated>2009-03-06T10:41:10Z</updated>
	<author>
		<name>MJ Chan-3</name>
	</author>
	<content type="html">When read-file-name is called and uses windows dialog to read a file
&lt;br&gt;name, the 'dir' parameter has to be ended with '/'. It it does not,
&lt;br&gt;the last part of the path name is used as the filename while the
&lt;br&gt;default directory is the stripped 'dir' without last part. This does
&lt;br&gt;not happen in Emacs 22. 
&lt;br&gt;&lt;br&gt;In minibuffer, there is comment that says: 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ;; If DIR contains a file name, split it.
&lt;br&gt;&lt;br&gt;I'm not sure if that is the right thing to do. At least, it breaks the
&lt;br&gt;compatibility with previous Emacs version. 
&lt;br&gt;&lt;br&gt;Is this an intended change?
&lt;br&gt;&lt;br&gt;Thanks. 
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;In GNU Emacs 23.0.90.1 (i386-mingw-nt5.1.2600)
&lt;br&gt;&amp;nbsp;of 2009-02-22 on T42
&lt;br&gt;Windowing system distributor `Microsoft Corp.', version 5.1.2600
&lt;br&gt;configured using `configure --with-gcc (3.4) --cflags -I../../GnuWin32/include'
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/bug-2585%3A-23.0.90--read-file-name-with-dialog-tp22378603p22378603.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22133298</id>
	<title>bug#2416: 23.0.60; decode-coding-region</title>
	<published>2009-02-20T13:13:01Z</published>
	<updated>2009-02-20T13:13:01Z</updated>
	<author>
		<name>MJ Chan-3</name>
	</author>
	<content type="html">I have been having this problem since I switched to Emacs 23 several
&lt;br&gt;weeks ago. I'm using VM to read my mails. There seems to be a problem
&lt;br&gt;in decode-coding-region when VM tries to decode a string. When VM
&lt;br&gt;tries to decode a region or a string, it uses a temporary buffer and
&lt;br&gt;basically runs the following lisp code:
&lt;br&gt;&lt;br&gt;(apply 'decode-coding-region (point-min) (point-max) &amp;nbsp;'us-ascii nil)
&lt;br&gt;&lt;br&gt;The original buffer &amp;nbsp;content would be something like this:
&lt;br&gt;&lt;br&gt;B7040400-12
&lt;br&gt;some text here
&lt;br&gt;&lt;br&gt;after decode-coding-region is executed, the buffer content became:
&lt;br&gt;&lt;br&gt;^@7040450-12
&lt;br&gt;some text here
&lt;br&gt;&lt;br&gt;Where ^@ is actually binary code \0 (not ascii ^ and @). There is another instance
&lt;br&gt;that a string was decoded and the result is &amp;nbsp;^@ prefixed. 
&lt;br&gt;&lt;br&gt;I could not reproduce this with &amp;quot;Emacs -Q&amp;quot;. But it always happens when
&lt;br&gt;thsoe particular messages were processed by VM. 
&lt;br&gt;&lt;br&gt;Strangely enough, if I inserted a few spaces at the beginning of
&lt;br&gt;buffer: (one space in the following buffer)
&lt;br&gt;&lt;br&gt;&amp;nbsp;B7040400-12
&lt;br&gt;some text here
&lt;br&gt;&lt;br&gt;And, the decoding was done correctly. In another instance mentioned
&lt;br&gt;above, one space is not enough. I had to put several spaces to get the
&lt;br&gt;decoding working. 
&lt;br&gt;&lt;br&gt;I saw another bug report just yesterday regarding decode-coding-region
&lt;br&gt;crashing. I applied the patch, but it did not help in the
&lt;br&gt;decoding. 
&lt;br&gt;&lt;br&gt;Please let me know if you need other information to help understand
&lt;br&gt;the problem. Thanks. 
&lt;br&gt;&lt;br&gt;-----
&lt;br&gt;Emacs version: &amp;quot;GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2009-01-29 on T42&amp;quot;
&lt;br&gt;&lt;br&gt;Windowing system distributor `Microsoft Corp.', version 5.1.2600
&lt;br&gt;configured using `configure --with-gcc (3.4) --cflags -I../../GnuWin32/include'
&lt;br&gt;&lt;br&gt;Important settings:
&lt;br&gt;&amp;nbsp; value of $LC_ALL: nil
&lt;br&gt;&amp;nbsp; value of $LC_COLLATE: nil
&lt;br&gt;&amp;nbsp; value of $LC_CTYPE: nil
&lt;br&gt;&amp;nbsp; value of $LC_MESSAGES: nil
&lt;br&gt;&amp;nbsp; value of $LC_MONETARY: nil
&lt;br&gt;&amp;nbsp; value of $LC_NUMERIC: nil
&lt;br&gt;&amp;nbsp; value of $LC_TIME: nil
&lt;br&gt;&amp;nbsp; value of $LANG: ENU
&lt;br&gt;&amp;nbsp; value of $XMODIFIERS: nil
&lt;br&gt;&amp;nbsp; locale-coding-system: chinese-big5
&lt;br&gt;&amp;nbsp; default-enable-multibyte-characters: t
&lt;br&gt;&lt;br&gt;Major mode: Shell
&lt;br&gt;&lt;br&gt;Minor modes in effect:
&lt;br&gt;&amp;nbsp; auto-image-file-mode: t
&lt;br&gt;&amp;nbsp; shell-dirtrack-mode: t
&lt;br&gt;&amp;nbsp; tooltip-mode: t
&lt;br&gt;&amp;nbsp; mouse-wheel-mode: t
&lt;br&gt;&amp;nbsp; menu-bar-mode: t
&lt;br&gt;&amp;nbsp; file-name-shadow-mode: t
&lt;br&gt;&amp;nbsp; global-font-lock-mode: t
&lt;br&gt;&amp;nbsp; font-lock-mode: t
&lt;br&gt;&amp;nbsp; global-auto-composition-mode: t
&lt;br&gt;&amp;nbsp; auto-composition-mode: t
&lt;br&gt;&amp;nbsp; auto-encryption-mode: t
&lt;br&gt;&amp;nbsp; auto-compression-mode: t
&lt;br&gt;&amp;nbsp; line-number-mode: t
&lt;br&gt;&amp;nbsp; transient-mark-mode: t
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/bug-2416%3A-23.0.60--decode-coding-region-tp22133298p22133298.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21989171</id>
	<title>bug#2317: emacs silently ignores buffer file encoding?</title>
	<published>2009-02-11T21:25:33Z</published>
	<updated>2009-02-11T21:25:33Z</updated>
	<author>
		<name>Miles Bader-4</name>
	</author>
	<content type="html">(1) Start emacs -Q
&lt;br&gt;(2) Visit &amp;quot;/tmp/fff&amp;quot;
&lt;br&gt;(3) Insert the following chars: &amp;quot;θϑΘ&amp;quot;
&lt;br&gt;(4) Set the buffer file encoding to latin1 with: C-x C-m f latin-1 RET
&lt;br&gt;(5) Save the buffer: C-x C-s
&lt;br&gt;&lt;br&gt;For me, &amp;quot;/tmp/fff&amp;quot; is saved sucessfully, with no error or prompt, using
&lt;br&gt;an encoding of utf-8 -- despite my having explicitly requested latin-1.
&lt;br&gt;&lt;br&gt;This doesn't seem right...
&lt;br&gt;&lt;br&gt;-Miles
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Patience, n. A minor form of despair, disguised as a virtue.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/bug-2317%3A-emacs-silently-ignores-buffer-file-encoding--tp21989171p21989171.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21694742</id>
	<title>bug#2087: 23.0.60; problem with display-buffer and pop-to-buffer</title>
	<published>2009-01-27T08:14:51Z</published>
	<updated>2009-01-27T08:14:51Z</updated>
	<author>
		<name>MJ Chan-3</name>
	</author>
	<content type="html">I recently switched to CVS Emacs (of 1/15/2009 version). In
&lt;br&gt;this version compilation-goto-locus (in compile.el) and
&lt;br&gt;Man-notify-when-ready (in man.el), which are two that I've seen
&lt;br&gt;problem so far, called either display-buffer or pop-to-buffer with a
&lt;br&gt;non-nil and non-t value of 'other-window' parameter. 
&lt;br&gt;&lt;br&gt;It appears display-buffer is having a problem with such value. And, as
&lt;br&gt;a result, the buffer intended to be popped up does not show. 
&lt;br&gt;&lt;br&gt;To reproduce this problem, start &amp;quot;runemacs -q&amp;quot; and then M-x man RET
&lt;br&gt;procmail RET. The man page will not be displayed (even it has been
&lt;br&gt;prepared in a buffer). 
&lt;br&gt;&lt;br&gt;Please take a look, thanks. 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------
&lt;br&gt;In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
&lt;br&gt;&amp;nbsp;of 2009-01-15 on LENNART-69DE564
&lt;br&gt;Windowing system distributor `Microsoft Corp.', version 5.1.2600
&lt;br&gt;configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping'
&lt;br&gt;&lt;br&gt;Important settings:
&lt;br&gt;&amp;nbsp; value of $LC_ALL: nil
&lt;br&gt;&amp;nbsp; value of $LC_COLLATE: nil
&lt;br&gt;&amp;nbsp; value of $LC_CTYPE: nil
&lt;br&gt;&amp;nbsp; value of $LC_MESSAGES: nil
&lt;br&gt;&amp;nbsp; value of $LC_MONETARY: nil
&lt;br&gt;&amp;nbsp; value of $LC_NUMERIC: nil
&lt;br&gt;&amp;nbsp; value of $LC_TIME: nil
&lt;br&gt;&amp;nbsp; value of $LANG: ENU
&lt;br&gt;&amp;nbsp; value of $XMODIFIERS: nil
&lt;br&gt;&amp;nbsp; locale-coding-system: chinese-big5
&lt;br&gt;&amp;nbsp; default-enable-multibyte-characters: t
&lt;br&gt;&lt;br&gt;Major mode: Lisp Interaction
&lt;br&gt;&lt;br&gt;Minor modes in effect:
&lt;br&gt;&amp;nbsp; auto-image-file-mode: t
&lt;br&gt;&amp;nbsp; shell-dirtrack-mode: t
&lt;br&gt;&amp;nbsp; tooltip-mode: t
&lt;br&gt;&amp;nbsp; mouse-wheel-mode: t
&lt;br&gt;&amp;nbsp; menu-bar-mode: t
&lt;br&gt;&amp;nbsp; file-name-shadow-mode: t
&lt;br&gt;&amp;nbsp; global-font-lock-mode: t
&lt;br&gt;&amp;nbsp; font-lock-mode: t
&lt;br&gt;&amp;nbsp; global-auto-composition-mode: t
&lt;br&gt;&amp;nbsp; auto-composition-mode: t
&lt;br&gt;&amp;nbsp; auto-encryption-mode: t
&lt;br&gt;&amp;nbsp; auto-compression-mode: t
&lt;br&gt;&amp;nbsp; line-number-mode: t
&lt;br&gt;&amp;nbsp; transient-mark-mode: t
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/bug-2087%3A-23.0.60--problem-with-display-buffer-and-pop-to-buffer-tp21694742p21694742.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20977492</id>
	<title>bug#1551: 23.0.60; declare-function: redundant `nil' arg</title>
	<published>2008-12-12T06:23:15Z</published>
	<updated>2008-12-12T06:23:15Z</updated>
	<author>
		<name>Stephen Berman</name>
	</author>
	<content type="html">In GNU Emacs 23.0.60.23 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of
&lt;br&gt;2008-12-12 on escher 
&lt;br&gt;&lt;br&gt;According to the argument-list of declare-function, only its first two
&lt;br&gt;arguments are obligatory. &amp;nbsp;But by rgrepping emacs/lisp for
&lt;br&gt;&amp;quot;(declare-function&amp;quot; I found four invocations with `nil' as the third
&lt;br&gt;argument (there are many more invocations with only two arguments):
&lt;br&gt;&lt;br&gt;./calendar/todo-mode.el:914:(declare-function calendar-current-date &amp;quot;calendar&amp;quot; nil)
&lt;br&gt;./progmodes/fortran.el:917:(declare-function gud-find-c-expr &amp;quot;gud.el&amp;quot; nil)
&lt;br&gt;./smerge-mode.el:1079:(declare-function ediff-cleanup-mess &amp;quot;ediff-util&amp;quot; nil)
&lt;br&gt;./subr.el:2251:(declare-function w32-shell-dos-semantics &amp;quot;w32-fns&amp;quot; nil)
&lt;br&gt;&lt;br&gt;Patches attached.
&lt;br&gt;&lt;br&gt;&lt;br /&gt;*** /home/steve/cvsroot/emacs/lisp/smerge-mode.el.~1.74.~	2008-11-04 21:09:18.000000000 +0100
&lt;br&gt;--- /home/steve/cvsroot/emacs/lisp/smerge-mode.el	2008-12-12 15:03:30.000000000 +0100
&lt;br&gt;***************
&lt;br&gt;*** 1076,1082 ****
&lt;br&gt;&amp;nbsp; (defvar ediff-buffer-C)
&lt;br&gt;&amp;nbsp; (defvar ediff-ancestor-buffer)
&lt;br&gt;&amp;nbsp; (defvar ediff-quit-hook)
&lt;br&gt;! (declare-function ediff-cleanup-mess &amp;quot;ediff-util&amp;quot; nil)
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; ;;;###autoload
&lt;br&gt;&amp;nbsp; (defun smerge-ediff (&amp;optional name-mine name-other name-base)
&lt;br&gt;--- 1076,1082 ----
&lt;br&gt;&amp;nbsp; (defvar ediff-buffer-C)
&lt;br&gt;&amp;nbsp; (defvar ediff-ancestor-buffer)
&lt;br&gt;&amp;nbsp; (defvar ediff-quit-hook)
&lt;br&gt;! (declare-function ediff-cleanup-mess &amp;quot;ediff-util&amp;quot;)
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; ;;;###autoload
&lt;br&gt;&amp;nbsp; (defun smerge-ediff (&amp;optional name-mine name-other name-base)
&lt;br&gt;&lt;br /&gt;*** /home/steve/cvsroot/emacs/lisp/subr.el.~1.623.~	2008-11-20 13:49:52.000000000 +0100
&lt;br&gt;--- /home/steve/cvsroot/emacs/lisp/subr.el	2008-12-12 15:04:49.000000000 +0100
&lt;br&gt;***************
&lt;br&gt;*** 2248,2254 ****
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (play-sound-internal sound)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (error &amp;quot;This Emacs binary lacks sound support&amp;quot;)))
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;! (declare-function w32-shell-dos-semantics &amp;quot;w32-fns&amp;quot; nil)
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; (defun shell-quote-argument (argument)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;Quote an argument for passing as argument to an inferior shell.&amp;quot;
&lt;br&gt;--- 2248,2254 ----
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (play-sound-internal sound)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (error &amp;quot;This Emacs binary lacks sound support&amp;quot;)))
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;! (declare-function w32-shell-dos-semantics &amp;quot;w32-fns&amp;quot;)
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; (defun shell-quote-argument (argument)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;Quote an argument for passing as argument to an inferior shell.&amp;quot;
&lt;br&gt;&lt;br /&gt;*** /home/steve/cvsroot/emacs/lisp/calendar/todo-mode.el.~1.71.~	2008-10-25 20:48:16.000000000 +0200
&lt;br&gt;--- /home/steve/cvsroot/emacs/lisp/calendar/todo-mode.el	2008-12-12 14:57:25.000000000 +0100
&lt;br&gt;***************
&lt;br&gt;*** 911,917 ****
&lt;br&gt;&amp;nbsp; (defvar entry)
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; ;; t-c should be used from diary code, which requires calendar.
&lt;br&gt;! (declare-function calendar-current-date &amp;quot;calendar&amp;quot; nil)
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; ;; Read about this function in the setup instructions above!
&lt;br&gt;&amp;nbsp; ;;;###autoload
&lt;br&gt;--- 911,917 ----
&lt;br&gt;&amp;nbsp; (defvar entry)
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; ;; t-c should be used from diary code, which requires calendar.
&lt;br&gt;! (declare-function calendar-current-date &amp;quot;calendar&amp;quot;)
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; ;; Read about this function in the setup instructions above!
&lt;br&gt;&amp;nbsp; ;;;###autoload
&lt;br&gt;&lt;br /&gt;*** /home/steve/cvsroot/emacs/lisp/progmodes/fortran.el.~1.151.~	2008-11-20 13:49:53.000000000 +0100
&lt;br&gt;--- /home/steve/cvsroot/emacs/lisp/progmodes/fortran.el	2008-12-12 14:59:26.000000000 +0100
&lt;br&gt;***************
&lt;br&gt;*** 914,920 ****
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;Fortran mode adds this to `hack-local-variables-hook'.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; (fortran-line-length fortran-line-length))
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;! (declare-function gud-find-c-expr &amp;quot;gud.el&amp;quot; nil)
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; (defun fortran-gud-find-expr ()
&lt;br&gt;&amp;nbsp; &amp;nbsp; ;; Consider \n as punctuation (end of expression).
&lt;br&gt;--- 914,920 ----
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;Fortran mode adds this to `hack-local-variables-hook'.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; (fortran-line-length fortran-line-length))
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;! (declare-function gud-find-c-expr &amp;quot;gud.el&amp;quot;)
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; (defun fortran-gud-find-expr ()
&lt;br&gt;&amp;nbsp; &amp;nbsp; ;; Consider \n as punctuation (end of expression).
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/bug-1551%3A-23.0.60--declare-function%3A-redundant-%60nil%27-arg-tp20977492p20977492.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14859079</id>
	<title>Re: [ax-tech:11845]Re: rftask english doc</title>
	<published>2007-12-04T21:52:14Z</published>
	<updated>2007-12-04T21:52:14Z</updated>
	<author>
		<name>Wang Diancheng-2</name>
	</author>
	<content type="html">&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;hwanii&amp;quot; == hwanii Jung &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14859079&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shjung@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; Diancheng, Do you mean you want to do it at once with all
&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; language help docs? if so, could you prepare Chinese one
&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; please?
&lt;br&gt;&lt;br&gt;I have assigned a developer to translate it to Chinese.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; and ML guys, Could some one help us to prepare Japanese one
&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; ?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; Regareds, Hwanii
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; ------- Original Message ------- From: Wang Diancheng
&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14859079&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dcwang@...&lt;/a&gt;&amp;gt; To: hwanii Jung
&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14859079&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shjung@...&lt;/a&gt;&amp;gt; Sent: Tue, 04 Dec 2007 10:59:17 +0800
&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; Subject: Re: [ax-tech:11845]Re: rftask english doc
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;hwanii&amp;quot; == hwanii Jung &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14859079&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shjung@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; Would you like to do it yourself? or like me to assign a
&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; developer in HS?
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; You can commit IP first, when all translations (include Chinese
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; Japanese and Korean) are available, I will commit it to our
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; source code CVS.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Emacs-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14859079&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Emacs-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--ax-tech%3A11845-Re%3A-rftask-english-doc-tp14859079p14859079.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14859069</id>
	<title>Re: [ax-tech:11845]Re: rftask english doc</title>
	<published>2007-12-03T18:59:17Z</published>
	<updated>2007-12-03T18:59:17Z</updated>
	<author>
		<name>Wang Diancheng-2</name>
	</author>
	<content type="html">&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;hwanii&amp;quot; == hwanii Jung &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14859069&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shjung@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; Would you like to do it yourself? or like me to assign a
&lt;br&gt;&amp;nbsp; &amp;nbsp; hwanii&amp;gt; developer in HS?
&lt;br&gt;&lt;br&gt;You can commit IP first, when all translations (include Chinese Japanese
&lt;br&gt;and Korean) are available, I will commit it to our source code CVS.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Emacs-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14859069&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Emacs-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--ax-tech%3A11845-Re%3A-rftask-english-doc-tp14859069p14859069.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14858999</id>
	<title>Re: 关于浮动IP问题</title>
	<published>2007-12-03T00:46:37Z</published>
	<updated>2007-12-03T00:46:37Z</updated>
	<author>
		<name>Wang Diancheng-2</name>
	</author>
	<content type="html">&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Pengcheng&amp;quot; == Pengcheng Zou &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14858999&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pczou@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Pengcheng&amp;gt; HI, 陈勋ifconfig -a 的结果如何？是否还可以看到eth1:2接口？
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Pengcheng&amp;gt; down了eth1:2 之后，请再执行： # sbin/ip addr del
&lt;br&gt;&amp;nbsp; &amp;nbsp; Pengcheng&amp;gt; 10.194.2.186 dev eth1:2
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Pengcheng&amp;gt; 然后看是否还可以访问这个IP地址。
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Pengcheng&amp;gt; Linux的IP地址是绑定在主机上而不是某个interface上的，详见这
&lt;br&gt;&amp;nbsp; &amp;nbsp; Pengcheng&amp;gt; 里的回答： &lt;a href=&quot;http://www.linux-foundation.org/en/Net:IPv4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linux-foundation.org/en/Net:IPv4&lt;/a&gt;&lt;br&gt;&lt;br&gt;echo 1 &amp;gt; /proc/sys/net/ipv4/conf/default/arp_filter 
&lt;br&gt;应该可以改变它这种默认的方式，注意利用 arp -d 把原来的arp记录删除,可以在
&lt;br&gt;/etc/sysctl.conf中设置这个参数。
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Pengcheng&amp;gt; best regards, -- 邹鹏程
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Pengcheng&amp;gt; On Monday 03 December 2007 10:05, parcochen wrote:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 系统
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 2007-12-03
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; parcochen
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Emacs-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14858999&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Emacs-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-%E5%85%B3%E4%BA%8E%E6%B5%AE%E5%8A%A8IP%E9%97%AE%E9%A2%98-tp14858999p14858999.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14859012</id>
	<title>Re: none</title>
	<published>2007-12-02T23:56:36Z</published>
	<updated>2007-12-02T23:56:36Z</updated>
	<author>
		<name>Wang Diancheng-2</name>
	</author>
	<content type="html">啥玩意空的
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Emacs-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14859012&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Emacs-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-none-tp14859012p14859012.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14858992</id>
	<title>多网卡IP问题</title>
	<published>2007-12-02T22:39:44Z</published>
	<updated>2007-12-02T22:39:44Z</updated>
	<author>
		<name>Wang Diancheng-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;a href=&quot;http://www.mail-archive.com/linux-net@vger.kernel.org/msg01235.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mail-archive.com/linux-net@.../msg01235.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Emacs-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14858992&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Emacs-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%E5%A4%9A%E7%BD%91%E5%8D%A1IP%E9%97%AE%E9%A2%98-tp14858992p14858992.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14859090</id>
	<title>Re: Fw: (Reminder)CJK meeting</title>
	<published>2007-12-02T18:06:08Z</published>
	<updated>2007-12-02T18:06:08Z</updated>
	<author>
		<name>Wang Diancheng-2</name>
	</author>
	<content type="html">&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Zhongyuan&amp;quot; == Zhongyuan Zheng &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14859090&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;zyzheng@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Zhongyuan&amp;gt; 写一个OpenDrim中方的情况报告，周一中午之前给我，我得发给
&lt;br&gt;&amp;nbsp; &amp;nbsp; Zhongyuan&amp;gt; CSIP的王绪刚。
&lt;br&gt;&lt;br&gt;写了一个看有什么问题没有
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Emacs-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14859090&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Emacs-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-devel&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;=?utf-8?Q?=E7=BA=A2=E6=97=97OpenDRIM=2Edoc?=&lt;/strong&gt; (33K) &lt;a href=&quot;http://old.nabble.com/attachment/14859090/0/%3D%3Futf-8%3FQ%3F%3DE7%3DBA%3DA2%3DE6%3D97%3D97OpenDRIM%3D2Edoc%3F%3D&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Fw%3A-%28Reminder%29CJK-meeting-tp14859090p14859090.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12126158</id>
	<title>Re: suspend/fg excitement in *shell*</title>
	<published>2007-08-13T07:24:41Z</published>
	<updated>2007-08-13T07:24:41Z</updated>
	<author>
		<name>Sven Joachim</name>
	</author>
	<content type="html">Glenn Morris &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12126158&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rgm@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; Sven Joachim wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Yes, I can reproduce this with Emacs 21.4.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How about outside Emacs?
&lt;br&gt;&lt;br&gt;Outside Emacs suspending a su'ed bash works fine.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12126158&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/suspend-fg-excitement-in-*shell*-tp12082946p12126158.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12122188</id>
	<title>Re: suspend/fg excitement in *shell*</title>
	<published>2007-08-13T01:51:48Z</published>
	<updated>2007-08-13T01:51:48Z</updated>
	<author>
		<name>Glenn Morris-3</name>
	</author>
	<content type="html">Sven Joachim wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Yes, I can reproduce this with Emacs 21.4.
&lt;br&gt;&lt;br&gt;How about outside Emacs?
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12122188&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/suspend-fg-excitement-in-*shell*-tp12082946p12122188.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12122180</id>
	<title>Re: suspend/fg excitement in *shell*</title>
	<published>2007-08-13T01:50:48Z</published>
	<updated>2007-08-13T01:50:48Z</updated>
	<author>
		<name>Glenn Morris-3</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12122180&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jidanni@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; GM&amp;gt; I cannot reproduce this.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; At least you perhaps can reproduce in an emacs *shell* buffer:
&lt;br&gt;&lt;br&gt;No, I can't. Surprisingly, you just repeating most of what you said
&lt;br&gt;the first time word for word has not helped me to do so.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12122180&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/suspend-fg-excitement-in-*shell*-tp12082946p12122180.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12121286</id>
	<title>Re: suspend/fg excitement in *shell*</title>
	<published>2007-08-13T00:05:55Z</published>
	<updated>2007-08-13T00:05:55Z</updated>
	<author>
		<name>Sven Joachim</name>
	</author>
	<content type="html">Richard Stallman &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12121286&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rms@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Also exiting an emacs that contains such shells still alive (merely
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; sitting at their prompts), sends the signal to them to get wacko.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That sounds like a shell bug to me.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does it happen with Emacs 21.4 too?
&lt;br&gt;&lt;br&gt;Yes, I can reproduce this with Emacs 21.4.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12121286&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/suspend-fg-excitement-in-*shell*-tp12082946p12121286.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12120879</id>
	<title>Re: suspend/fg excitement in *shell*</title>
	<published>2007-08-12T22:57:34Z</published>
	<updated>2007-08-12T22:57:34Z</updated>
	<author>
		<name>Richard Stallman</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; Also exiting an emacs that contains such shells still alive (merely
&lt;br&gt;&amp;nbsp; &amp;nbsp; sitting at their prompts), sends the signal to them to get wacko.
&lt;br&gt;&lt;br&gt;That sounds like a shell bug to me.
&lt;br&gt;&lt;br&gt;Does it happen with Emacs 21.4 too?
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12120879&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/suspend-fg-excitement-in-*shell*-tp12082946p12120879.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12117456</id>
	<title>Re: suspend/fg excitement in *shell*</title>
	<published>2007-08-12T14:13:41Z</published>
	<updated>2007-08-12T14:13:41Z</updated>
	<author>
		<name>jidanni</name>
	</author>
	<content type="html">Also exiting an emacs that contains such shells still alive (merely
&lt;br&gt;sitting at their prompts), sends the signal to them to get wacko.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12117456&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/suspend-fg-excitement-in-*shell*-tp12082946p12117456.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12116975</id>
	<title>Re: suspend/fg excitement in *shell*</title>
	<published>2007-08-12T13:12:17Z</published>
	<updated>2007-08-12T13:12:17Z</updated>
	<author>
		<name>jidanni</name>
	</author>
	<content type="html">SJ&amp;gt; I have IGNOREEOF=2 in /root/.bashrc.
&lt;br&gt;&lt;br&gt;It turns out with greater IGNOREEOF's, and more &amp;quot;fg&amp;quot;'s, the sucker
&lt;br&gt;heads straight for the HISTFILE where it proceeds to execute all the
&lt;br&gt;commands there faster than you can kill(1) them. &amp;quot;A monster has taken
&lt;br&gt;over my '*shell*' buffer and is sending root ^P^O&amp;'s or whatever it
&lt;br&gt;takes to replay my HISTORY file faster than I can swat all it is
&lt;br&gt;spawning!&amp;quot; Here I fool it with HISTFILE=/dev/null:
&lt;br&gt;&lt;br&gt;02:58 1 tmp$ su
&lt;br&gt;Password:
&lt;br&gt;root@jidanni2:/tmp# IGNOREEOF=11 HISTFILE=/dev/null
&lt;br&gt;root@jidanni2:/tmp# suspend
&lt;br&gt;&lt;br&gt;[1]+ &amp;nbsp;Stopped &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; su
&lt;br&gt;02:59 147 tmp$ fg
&lt;br&gt;su
&lt;br&gt;root@jidanni2:/tmp# Use &amp;quot;exit&amp;quot; to leave the shell.
&lt;br&gt;root@jidanni2:/tmp#
&lt;br&gt;[1]+ &amp;nbsp;Stopped &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; su
&lt;br&gt;02:59 147 tmp$ fg
&lt;br&gt;su
&lt;br&gt;root@jidanni2:/tmp# bash: =/dev/null: No such file or directory
&lt;br&gt;root@jidanni2:/tmp# bash: syntax error near unexpected token `('
&lt;br&gt;root@jidanni2:/tmp# [1] 15423
&lt;br&gt;root@jidanni2:/tmp# bash:\350\2600\322: command not found
&lt;br&gt;root@jidanni2:/tmp#
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12116975&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/suspend-fg-excitement-in-*shell*-tp12082946p12116975.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12116332</id>
	<title>Re: GNU Emacsen 22.1.50 and 23.0.0 can't stop compilation</title>
	<published>2007-08-12T11:54:27Z</published>
	<updated>2007-08-12T11:54:27Z</updated>
	<author>
		<name>Richard Stallman</name>
	</author>
	<content type="html">The fix will be installed soon.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12116332&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GNU-Emacsen-22.1.50-and-23.0.0-can%27t-stop-compilation-tp12107671p12116332.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12116308</id>
	<title>Re: suspend/fg excitement in *shell*</title>
	<published>2007-08-12T11:51:48Z</published>
	<updated>2007-08-12T11:51:48Z</updated>
	<author>
		<name>Sven Joachim</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12116308&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jidanni@...&lt;/a&gt; writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; At least you perhaps can reproduce in an emacs *shell* buffer:
&lt;br&gt;&amp;gt; ---------------
&lt;br&gt;&amp;gt; jidanni@jidanni2:~$ su
&lt;br&gt;&amp;gt; Password: 
&lt;br&gt;&amp;gt; root@jidanni2:/tmp# suspend
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [1]+ &amp;nbsp;Stopped &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; su
&lt;br&gt;&amp;gt; jidanni@jidanni2:~$ fg
&lt;br&gt;&amp;gt; su
&lt;br&gt;&amp;gt; root@jidanni2:/tmp# exit &amp;lt;---I did not type &amp;quot;exit&amp;quot;!
&lt;/div&gt;&lt;br&gt;I can reproduce this. &amp;nbsp;Actually, the shell gets an EOF from somewhere,
&lt;br&gt;since on my system I get the message &amp;quot;Use 'exit' to leave the shell.&amp;quot;
&lt;br&gt;I have IGNOREEOF=2 in /root/.bashrc.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sven
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12116308&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/suspend-fg-excitement-in-*shell*-tp12082946p12116308.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12115006</id>
	<title>Re: suspend/fg excitement in *shell*</title>
	<published>2007-08-12T09:13:46Z</published>
	<updated>2007-08-12T09:13:46Z</updated>
	<author>
		<name>jidanni</name>
	</author>
	<content type="html">GM&amp;gt; I cannot reproduce this.
&lt;br&gt;&lt;br&gt;At least you perhaps can reproduce in an emacs *shell* buffer:
&lt;br&gt;---------------
&lt;br&gt;jidanni@jidanni2:~$ su
&lt;br&gt;Password: 
&lt;br&gt;root@jidanni2:/tmp# suspend
&lt;br&gt;&lt;br&gt;[1]+ &amp;nbsp;Stopped &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; su
&lt;br&gt;jidanni@jidanni2:~$ fg
&lt;br&gt;su
&lt;br&gt;root@jidanni2:/tmp# exit &amp;lt;---I did not type &amp;quot;exit&amp;quot;!
&lt;br&gt;jidanni@jidanni2:~$ jobs
&lt;br&gt;jidanni@jidanni2:~$ 
&lt;br&gt;----------------
&lt;br&gt;Whereas in xterm one gets
&lt;br&gt;...$ fg
&lt;br&gt;su
&lt;br&gt;root@jidanni2:/tmp#
&lt;br&gt;----------------
&lt;br&gt;i.e., without having the &amp;quot;exit&amp;quot; magically typed in for us ending the su session.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12115006&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/suspend-fg-excitement-in-*shell*-tp12082946p12115006.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12111163</id>
	<title>Re: suspend/fg excitement in *shell*</title>
	<published>2007-08-11T21:13:34Z</published>
	<updated>2007-08-11T21:13:34Z</updated>
	<author>
		<name>Glenn Morris-3</name>
	</author>
	<content type="html">Dan Jacobson wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I notice in the *shell* buffer, suspend/fg acts funny.
&lt;br&gt;&lt;br&gt;I cannot reproduce this. If you want this investigating, please
&lt;br&gt;provide a clear recipe showing the minimum emacs and shell
&lt;br&gt;configurations needed to produce the problem.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12111163&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/suspend-fg-excitement-in-*shell*-tp12082946p12111163.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12111000</id>
	<title>Re: calendar.el byte-compile failed</title>
	<published>2007-08-11T20:32:42Z</published>
	<updated>2007-08-11T20:32:42Z</updated>
	<author>
		<name>Glenn Morris-3</name>
	</author>
	<content type="html">Zhang Wei wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Checking d:/emacs-gbk/lisp/calendar...
&lt;br&gt;&amp;gt; Compiling d:/emacs-gbk/lisp/calendar/calendar.el...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In toplevel form:
&lt;br&gt;&amp;gt; calendar/calendar.el:2215:1:Error: Symbol's function definition is void: i
&lt;br&gt;&lt;br&gt;There have been no changes in lisp/calendar/ in the past two weeks. It
&lt;br&gt;works for me. Perhaps there is a problem on your end?
&lt;br&gt;&lt;br&gt;&amp;gt; In GNU Emacs 22.1.50.1 (i386-mingw-nt5.1.2600)
&lt;br&gt;&amp;gt; &amp;nbsp;of 2007-08-04 on BREPHOME
&lt;br&gt;&amp;gt; modified by Zhangwei &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12111000&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;id.brep@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12111000&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/calendar.el-byte-compile-failed-tp12110739p12111000.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12110739</id>
	<title>calendar.el byte-compile failed</title>
	<published>2007-08-11T19:31:32Z</published>
	<updated>2007-08-11T19:31:32Z</updated>
	<author>
		<name>zhang wei-2</name>
	</author>
	<content type="html">&lt;br&gt;Checking d:/emacs-gbk/lisp/calendar...
&lt;br&gt;Compiling d:/emacs-gbk/lisp/calendar/calendar.el...
&lt;br&gt;&lt;br&gt;In toplevel form:
&lt;br&gt;calendar/calendar.el:2215:1:Error: Symbol's function definition is void: i
&lt;br&gt;&lt;br&gt;&lt;br&gt;If Emacs crashed, and you have the Emacs process in the gdb debugger,
&lt;br&gt;please include the output from the following gdb commands:
&lt;br&gt;&amp;nbsp; &amp;nbsp; `bt full' and `xbacktrace'.
&lt;br&gt;If you would like to further debug the crash, please read the file
&lt;br&gt;c:/Emacs/etc/DEBUG for instructions.
&lt;br&gt;&lt;br&gt;&lt;br&gt;In GNU Emacs 22.1.50.1 (i386-mingw-nt5.1.2600)
&lt;br&gt;&amp;nbsp;of 2007-08-04 on BREPHOME
&lt;br&gt;modified by Zhangwei &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12110739&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;id.brep@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;Windowing system distributor `Microsoft Corp.', version 5.1.2600
&lt;br&gt;configured using `configure --with-gcc (3.4)'
&lt;br&gt;&lt;br&gt;Important settings:
&lt;br&gt;&amp;nbsp; value of $LC_ALL: nil
&lt;br&gt;&amp;nbsp; value of $LC_COLLATE: nil
&lt;br&gt;&amp;nbsp; value of $LC_CTYPE: nil
&lt;br&gt;&amp;nbsp; value of $LC_MESSAGES: nil
&lt;br&gt;&amp;nbsp; value of $LC_MONETARY: nil
&lt;br&gt;&amp;nbsp; value of $LC_NUMERIC: nil
&lt;br&gt;&amp;nbsp; value of $LC_TIME: nil
&lt;br&gt;&amp;nbsp; value of $LANG: CHS
&lt;br&gt;&amp;nbsp; locale-coding-system: cp936
&lt;br&gt;&amp;nbsp; default-enable-multibyte-characters: t
&lt;br&gt;&lt;br&gt;Major mode: Emacs-Lisp
&lt;br&gt;&lt;br&gt;Minor modes in effect:
&lt;br&gt;&amp;nbsp; shell-dirtrack-mode: t
&lt;br&gt;&amp;nbsp; auto-image-file-mode: t
&lt;br&gt;&amp;nbsp; display-time-mode: t
&lt;br&gt;&amp;nbsp; show-paren-mode: t
&lt;br&gt;&amp;nbsp; delete-selection-mode: t
&lt;br&gt;&amp;nbsp; pc-selection-mode: t
&lt;br&gt;&amp;nbsp; encoded-kbd-mode: t
&lt;br&gt;&amp;nbsp; tooltip-mode: t
&lt;br&gt;&amp;nbsp; mouse-wheel-mode: t
&lt;br&gt;&amp;nbsp; file-name-shadow-mode: t
&lt;br&gt;&amp;nbsp; global-font-lock-mode: t
&lt;br&gt;&amp;nbsp; font-lock-mode: t
&lt;br&gt;&amp;nbsp; blink-cursor-mode: t
&lt;br&gt;&amp;nbsp; unify-8859-on-encoding-mode: t
&lt;br&gt;&amp;nbsp; utf-translate-cjk-mode: t
&lt;br&gt;&amp;nbsp; auto-compression-mode: t
&lt;br&gt;&amp;nbsp; column-number-mode: t
&lt;br&gt;&amp;nbsp; line-number-mode: t
&lt;br&gt;&amp;nbsp; transient-mark-mode: t
&lt;br&gt;&lt;br&gt;Recent input:
&lt;br&gt;C-v &amp;lt;prior&amp;gt; M-x b y t e - c o m &amp;lt;tab&amp;gt; &amp;lt;return&amp;gt; &amp;lt;return&amp;gt; 
&lt;br&gt;C-x o C-v M-&amp;lt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;return&amp;gt; C-x o C-x C-f 
&lt;br&gt;C-g C-x o C-x 1 &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; 
&lt;br&gt;&amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; 
&lt;br&gt;&amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; 
&lt;br&gt;&amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; 
&lt;br&gt;&amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; 
&lt;br&gt;&amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; M-x b y t e 
&lt;br&gt;- c o m - &amp;lt;backspace&amp;gt; &amp;lt;tab&amp;gt; &amp;lt;return&amp;gt; &amp;lt;return&amp;gt; M-x r 
&lt;br&gt;e p r o t &amp;lt;backspace&amp;gt; &amp;lt;backspace&amp;gt; &amp;lt;backspace&amp;gt; o r t 
&lt;br&gt;e &amp;lt;backspace&amp;gt; - e m &amp;lt;tab&amp;gt; &amp;lt;return&amp;gt;
&lt;br&gt;&lt;br&gt;Recent messages:
&lt;br&gt;Compiling d:/emacs-gbk/lisp/calendar/calendar.el... (redraw-calendar)
&lt;br&gt;Loading warnings...done
&lt;br&gt;Mark set
&lt;br&gt;Undo!
&lt;br&gt;Compiling d:/emacs-gbk/lisp/calendar/cal-menu.el...done
&lt;br&gt;Wrote d:/emacs-gbk/lisp/calendar/cal-menu.elc
&lt;br&gt;Mark set [2 times]
&lt;br&gt;Quit
&lt;br&gt;Compiling d:/emacs-gbk/lisp/calendar/calendar.el... (redraw-calendar)
&lt;br&gt;Loading emacsbug...done
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12110739&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/calendar.el-byte-compile-failed-tp12110739p12110739.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12107671</id>
	<title>GNU Emacsen 22.1.50 and 23.0.0 can't stop compilation</title>
	<published>2007-08-11T11:58:53Z</published>
	<updated>2007-08-11T11:58:53Z</updated>
	<author>
		<name>Peter Dyballa-2</name>
	</author>
	<content type="html">Hello!
&lt;br&gt;&lt;br&gt;The compilation in *compilation* can't neither be stopped by C-c C-k &amp;nbsp;
&lt;br&gt;nor by the Compile menu entry to stop compilation. *Backtrace* buffer &amp;nbsp;
&lt;br&gt;shows:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Debugger entered--Lisp error: (wrong-number-of-arguments (lambda nil &amp;nbsp;
&lt;br&gt;(byte-code &amp;quot;\300\301!\207&amp;quot; [local-variable-p compilation-locs] 2)) 1)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (lambda nil (byte-code &amp;quot;300\301!\207&amp;quot; [local-variable-p &amp;nbsp;
&lt;br&gt;compilation-locs] 2))(#&amp;lt;buffer *compilation*&amp;gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; compilation-find-buffer()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; kill-compilation()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; call-interactively(kill-compilation)
&lt;br&gt;&lt;br&gt;I first saw it a few days ago. CVS code is from from today, around &amp;nbsp;
&lt;br&gt;16:00 UTC. All Emacsen launched with -Q.
&lt;br&gt;&lt;br&gt;In GNU Emacs 22.1.50.2 (powerpc-apple-darwin8.10.0, X toolkit, Xaw3d &amp;nbsp;
&lt;br&gt;scroll bars)
&lt;br&gt;&amp;nbsp; of 2007-08-11 on localhost
&lt;br&gt;Windowing system distributor `The XFree86 Project, Inc', version &amp;nbsp;
&lt;br&gt;11.0.40400000
&lt;br&gt;configured using `configure &amp;nbsp;'--without-carbon' '--with-x' '--without- 
&lt;br&gt;sound' '--without-pop' '--with-xpm' '--with-jpeg' '--with-tiff' '-- 
&lt;br&gt;with-gif' '--with-png' '--with-x-toolkit=athena' '--enable- 
&lt;br&gt;locallisppath=/Library/Application Support/Emacs/calendar22:/Library/ 
&lt;br&gt;Application Support/Emacs/caml:/Library/Application Support/Emacs:/sw/ 
&lt;br&gt;share/emacs21/site-lisp/elib' 'CFLAGS=-pipe -dead_strip -bind_at_load &amp;nbsp;
&lt;br&gt;-fPIC -mcpu=7450 -mtune=7450 -fast -mpim-altivec -ftree-vectorize - 
&lt;br&gt;foptimize-register-move -freorder-blocks -freorder-blocks-and- 
&lt;br&gt;partition -fthread-jumps -fpeephole -fno-crossjumping' 'CPPFLAGS=-no- 
&lt;br&gt;cpp-precomp -I/usr/include/openssl -I/sw/include/pango-1.0 -I/sw/lib/ 
&lt;br&gt;freetype219/include -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/ 
&lt;br&gt;fontconfig2/include -I/sw/include/libpng12 -I/usr/local/include -I/sw/ 
&lt;br&gt;include -idirafter /usr/X11R6/include' 'LDFLAGS=-dead_strip - 
&lt;br&gt;bind_at_load -multiply_defined suppress -L/sw/lib/freetype219/lib -L/ 
&lt;br&gt;sw/lib/fontconfig2/lib -L/sw/lib/ncurses -L/usr/local/lib -L/sw/lib - 
&lt;br&gt;L/usr/local/lib''
&lt;br&gt;&lt;br&gt;Important settings:
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_ALL: nil
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_COLLATE: nil
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_CTYPE: de_DE.UTF-8
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_MESSAGES: nil
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_MONETARY: nil
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_NUMERIC: nil
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_TIME: nil
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LANG: de_DE.UTF-8
&lt;br&gt;&amp;nbsp; &amp;nbsp;locale-coding-system: utf-8
&lt;br&gt;&amp;nbsp; &amp;nbsp;default-enable-multibyte-characters: t
&lt;br&gt;&lt;br&gt;Major mode: Debugger
&lt;br&gt;&lt;br&gt;Minor modes in effect:
&lt;br&gt;&amp;nbsp; &amp;nbsp;show-paren-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;display-time-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;tooltip-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;mouse-wheel-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;menu-bar-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;file-name-shadow-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;global-font-lock-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;font-lock-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;blink-cursor-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;unify-8859-on-encoding-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;utf-translate-cjk-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;auto-compression-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;line-number-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;transient-mark-mode: t
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Mit friedvollen Grüßen
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Pete
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (This space left blank for technical reasons.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12107671&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GNU-Emacsen-22.1.50-and-23.0.0-can%27t-stop-compilation-tp12107671p12107671.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12106578</id>
	<title>Problem with cvs-update on lisp/emacs-lisp/cl-loaddefs.el</title>
	<published>2007-08-11T09:52:39Z</published>
	<updated>2007-08-11T09:52:39Z</updated>
	<author>
		<name>Peter Dyballa-2</name>
	</author>
	<content type="html">Hello!
&lt;br&gt;&lt;br&gt;Since some weeks I can see in *cvs* buffer:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; In directory lisp/emacs-lisp:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Message: cvs update: nonmergeable file needs merge
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Message: cvs update: revision 1.6 from repository is now in lisp/ 
&lt;br&gt;emacs-lisp/cl-loaddefs.el
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Message: cvs update: file from working directory is now in .#cl- 
&lt;br&gt;loaddefs.el.1.5
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Conflict &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lisp/emacs-lisp/cl-loaddefs.el
&lt;br&gt;&lt;br&gt;When I check with diff or ls I get no difference:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pete 116 /\ diff lisp/emacs-lisp/cl-loaddefs.el lisp/emacs-lisp/.#cl- 
&lt;br&gt;loaddefs.el.1.5
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pete 117 /\ ls -l lisp/emacs-lisp/cl-loaddefs.el lisp/emacs- 
&lt;br&gt;lisp/.#cl-loaddefs.el.1.5
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -rw-r--r-- &amp;nbsp; 1 pete &amp;nbsp;admin &amp;nbsp;41962 &amp;nbsp;4 Aug 13:41 lisp/emacs-lisp/.#cl- 
&lt;br&gt;loaddefs.el.1.5
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -rw-r--r-- &amp;nbsp; 1 pete &amp;nbsp;admin &amp;nbsp;41962 11 Aug 17:26 lisp/emacs-lisp/cl- 
&lt;br&gt;loaddefs.el
&lt;br&gt;&lt;br&gt;In GNU Emacs 22.1.50.2 (powerpc-apple-darwin8.10.0, X toolkit, Xaw3d &amp;nbsp;
&lt;br&gt;scroll bars)
&lt;br&gt;&amp;nbsp; of 2007-08-04 on localhost
&lt;br&gt;Windowing system distributor `The XFree86 Project, Inc', version &amp;nbsp;
&lt;br&gt;11.0.40400000
&lt;br&gt;configured using `configure &amp;nbsp;'--without-carbon' '--with-x' '--without- 
&lt;br&gt;sound' '--without-pop' '--with-xpm' '--with-jpeg' '--with-tiff' '-- 
&lt;br&gt;with-gif' '--with-png' '--with-x-toolkit=athena' '--enable- 
&lt;br&gt;locallisppath=/Library/Application Support/Emacs/calendar22:/Library/ 
&lt;br&gt;Application Support/Emacs/caml:/Library/Application Support/Emacs:/sw/ 
&lt;br&gt;share/emacs21/site-lisp/elib' 'CFLAGS=-pipe -dead_strip -bind_at_load &amp;nbsp;
&lt;br&gt;-fPIC -mcpu=7450 -mtune=7450 -fast -mpim-altivec -ftree-vectorize - 
&lt;br&gt;foptimize-register-move -freorder-blocks -freorder-blocks-and- 
&lt;br&gt;partition -fthread-jumps -fpeephole -fno-crossjumping' 'CPPFLAGS=-no- 
&lt;br&gt;cpp-precomp -I/usr/include/openssl -I/sw/include/pango-1.0 -I/sw/lib/ 
&lt;br&gt;freetype219/include -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/ 
&lt;br&gt;fontconfig2/include -I/sw/include/libpng12 -I/usr/local/include -I/sw/ 
&lt;br&gt;include -idirafter /usr/X11R6/include' 'LDFLAGS=-dead_strip - 
&lt;br&gt;bind_at_load -multiply_defined suppress -L/sw/lib/freetype219/lib -L/ 
&lt;br&gt;sw/lib/fontconfig2/lib -L/sw/lib/ncurses -L/usr/local/lib -L/sw/lib - 
&lt;br&gt;L/usr/local/lib''
&lt;br&gt;&lt;br&gt;Important settings:
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_ALL: nil
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_COLLATE: nil
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_CTYPE: de_DE.UTF-8
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_MESSAGES: nil
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_MONETARY: nil
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_NUMERIC: nil
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LC_TIME: nil
&lt;br&gt;&amp;nbsp; &amp;nbsp;value of $LANG: de_DE.UTF-8
&lt;br&gt;&amp;nbsp; &amp;nbsp;locale-coding-system: utf-8
&lt;br&gt;&amp;nbsp; &amp;nbsp;default-enable-multibyte-characters: t
&lt;br&gt;&lt;br&gt;Major mode: Debugger
&lt;br&gt;&lt;br&gt;Minor modes in effect:
&lt;br&gt;&amp;nbsp; &amp;nbsp;show-paren-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;display-time-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;tooltip-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;mouse-wheel-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;menu-bar-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;file-name-shadow-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;global-font-lock-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;font-lock-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;blink-cursor-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;unify-8859-on-encoding-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;utf-translate-cjk-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;auto-compression-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;line-number-mode: t
&lt;br&gt;&amp;nbsp; &amp;nbsp;transient-mark-mode: t
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Greetings
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Pete
&lt;br&gt;&lt;br&gt;The box said &amp;quot;Use Windows 95 or better,&amp;quot; so I got a Macintosh.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12106578&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-cvs-update-on-lisp-emacs-lisp-cl-loaddefs.el-tp12106578p12106578.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12085651</id>
	<title>Re: tool-bar doesn't work on the trunk with (default) GTK build</title>
	<published>2007-08-09T23:48:05Z</published>
	<updated>2007-08-09T23:48:05Z</updated>
	<author>
		<name>Jan Djärv</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Richard Stallman skrev:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Well, at least I now can see it too. &amp;nbsp;Focus is definitly shifted away, but
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; where and why?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I'll have to come back to this.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Could you please put a note in FOR-RELEASE so we will know this
&lt;br&gt;&amp;gt; is still pending?
&lt;br&gt;&lt;br&gt;Done.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Jan D.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12085651&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/tool-bar-doesn%27t-work-on-the-trunk-with-%28default%29-GTK-build-tp11975626p12085651.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12082946</id>
	<title>suspend/fg excitement in *shell*</title>
	<published>2007-08-09T17:46:57Z</published>
	<updated>2007-08-09T17:46:57Z</updated>
	<author>
		<name>jidanni</name>
	</author>
	<content type="html">I notice in the *shell* buffer, suspend/fg acts funny.
&lt;br&gt;&lt;br&gt;sh-3.1$ su
&lt;br&gt;Password: 
&lt;br&gt;root@jidanni1:/tmp# suspend
&lt;br&gt;&lt;br&gt;[1]+ &amp;nbsp;Stopped(SIGSTOP) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;su
&lt;br&gt;sh-3.1$ fg
&lt;br&gt;su
&lt;br&gt;root@jidanni1:/tmp# exit &amp;lt;--I did not type &amp;quot;exit&amp;quot;. God did for me
&lt;br&gt;apparently.
&lt;br&gt;&lt;br&gt;I also notice that if I do the above experiment without doing
&lt;br&gt;# mv .bash* /somewhere/other/than/root's/home/dir
&lt;br&gt;first, apparently the .bash_history file starts getting munched, with
&lt;br&gt;all kinds of wacko commands getting executed or something with
&lt;br&gt;multiple kill(1)'s needed to stamp out the frenzy.
&lt;br&gt;&lt;br&gt;In GNU Emacs 22.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
&lt;br&gt;&amp;nbsp;of 2007-07-07 on raven, modified by Debian
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12082946&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/suspend-fg-excitement-in-*shell*-tp12082946p12082946.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12060937</id>
	<title>Re: WoMan chokes on some manpages: Invalid search bound (wrong side of point)</title>
	<published>2007-08-08T14:09:51Z</published>
	<updated>2007-08-08T14:09:51Z</updated>
	<author>
		<name>Sven Joachim</name>
	</author>
	<content type="html">Stefan Monnier &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12060937&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monnier@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; Can you confirm that the patch below fixes the problem for you?
&lt;br&gt;&amp;gt; I've installed it in the 22 branch,
&lt;br&gt;&lt;br&gt;Tested with three manpages that used to trigger the error, all work
&lt;br&gt;fine now.
&lt;br&gt;&lt;br&gt;Thank you. :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12060937&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WoMan-chokes-on-some-manpages%3A-Invalid-search-bound-%28wrong-side-of-point%29-tp12052810p12060937.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12060678</id>
	<title>Re: WoMan chokes on some manpages: Invalid search bound (wrong side of point)</title>
	<published>2007-08-08T13:52:14Z</published>
	<updated>2007-08-08T13:52:14Z</updated>
	<author>
		<name>Stefan Monnier</name>
	</author>
	<content type="html">&amp;gt; On several manpages (one of them is attached) WoMan complains:
&lt;br&gt;&amp;gt; Invalid search bound (wrong side of point) and leaves point at the end
&lt;br&gt;&amp;gt; of the buffer and the buffer status modified and writable. &amp;nbsp;The
&lt;br&gt;&amp;gt; backtrace looks as following:
&lt;br&gt;&lt;br&gt;&amp;gt; Debugger entered--Lisp error: (error &amp;quot;Invalid search bound (wrong side of point)&amp;quot;)
&lt;br&gt;&amp;gt; &amp;nbsp; re-search-forward(&amp;quot;\\([-a-zA-Z0-9_\x8ad+][-a-zA-Z0-9_.:\x8ad+]*\\)[ 	]*(\\([0-9][a-zA-Z0-9+]*\\|[LNln]\\))&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; 8881 t)
&lt;br&gt;&lt;br&gt;Can you confirm that the patch below fixes the problem for you?
&lt;br&gt;I've installed it in the 22 branch,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Stefan
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- man.el	26 jui 2007 14:47:54 -0400	1.169
&lt;br&gt;+++ man.el	08 aoÃ» 2007 15:24:45 -0400	
&lt;br&gt;@@ -975,7 +975,7 @@
&lt;br&gt;&amp;nbsp;		 &amp;nbsp; &amp;nbsp; &amp;nbsp; (Man-next-section 1)
&lt;br&gt;&amp;nbsp;		 &amp;nbsp; &amp;nbsp; &amp;nbsp; (point)))
&lt;br&gt;&amp;nbsp;		 (goto-char (point-min))
&lt;br&gt;-		 (point-max))))
&lt;br&gt;+		 nil)))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(while (re-search-forward regexp end t)
&lt;br&gt;&amp;nbsp;	(make-text-button
&lt;br&gt;&amp;nbsp;	 (match-beginning button-pos)
&lt;br&gt;@@ -1291,14 +1291,17 @@
&lt;br&gt;&amp;nbsp;(defun Man-next-section (n)
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot;Move point to Nth next section (default 1).&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp;(interactive &amp;quot;p&amp;quot;)
&lt;br&gt;- &amp;nbsp;(let ((case-fold-search nil))
&lt;br&gt;+ &amp;nbsp;(let ((case-fold-search nil)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(start (point)))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(if (looking-at Man-heading-regexp)
&lt;br&gt;&amp;nbsp;	(forward-line 1))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(if (re-search-forward Man-heading-regexp (point-max) t n)
&lt;br&gt;&amp;nbsp;	(beginning-of-line)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(goto-char (point-max))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;; The last line doesn't belong to any section.
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp;(forward-line -1))))
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;(forward-line -1))
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;;; But don't move back from the starting point.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;(if (&amp;lt; (point) start) (goto-char start))))
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;(defun Man-previous-section (n)
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot;Move point to Nth previous section (default 1).&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12060678&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WoMan-chokes-on-some-manpages%3A-Invalid-search-bound-%28wrong-side-of-point%29-tp12052810p12060678.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12052810</id>
	<title>WoMan chokes on some manpages: Invalid search bound (wrong side of point)</title>
	<published>2007-08-08T07:05:44Z</published>
	<updated>2007-08-08T07:05:44Z</updated>
	<author>
		<name>Sven Joachim</name>
	</author>
	<content type="html">&lt;br&gt;On several manpages (one of them is attached) WoMan complains:
&lt;br&gt;Invalid search bound (wrong side of point) and leaves point at the end
&lt;br&gt;of the buffer and the buffer status modified and writable. &amp;nbsp;The
&lt;br&gt;backtrace looks as following:
&lt;br&gt;&lt;br&gt;Debugger entered--Lisp error: (error &amp;quot;Invalid search bound (wrong side of point)&amp;quot;)
&lt;br&gt;&amp;nbsp; re-search-forward(&amp;quot;\\([-a-zA-Z0-9_\x8ad+][-a-zA-Z0-9_.:\x8ad+]*\\)[ 	]*(\\([0-9][a-zA-Z0-9+]*\\|[LNln]\\))&amp;quot; 8881 t)
&lt;br&gt;&amp;nbsp; Man-highlight-references0(&amp;quot;SEE ALSO&amp;quot; &amp;quot;\\([-a-zA-Z0-9_\x8ad+][-a-zA-Z0-9_.:\x8ad+]*\\)[ 	]*(\\([0-9][a-zA-Z0-9+]*\\|[LNln]\\))&amp;quot; 1 Man-default-man-entry WoMan-xref-man-page)
&lt;br&gt;&amp;nbsp; Man-highlight-references(WoMan-xref-man-page)
&lt;br&gt;&amp;nbsp; woman-mode()
&lt;br&gt;&amp;nbsp; woman-process-buffer()
&lt;br&gt;&amp;nbsp; woman-really-find-file(&amp;quot;/usr/share/man/man2/mount.2.gz&amp;quot; t &amp;quot;*WoMan 2 mount*&amp;quot;)
&lt;br&gt;&amp;nbsp; woman-find-file(&amp;quot;/usr/share/man/man2/mount.2.gz&amp;quot;)
&lt;br&gt;&amp;nbsp; woman(nil nil)
&lt;br&gt;&amp;nbsp; call-interactively(woman)
&lt;br&gt;&lt;br&gt;&lt;br&gt;In GNU Emacs 22.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.10.13)
&lt;br&gt;&amp;nbsp;of 2007-08-06 on debian, modified by Debian
&lt;br&gt;&amp;nbsp;(Debian emacs-snapshot package, version 1:20070805-1)
&lt;br&gt;Windowing system distributor `The X.Org Foundation', version 11.0.10300000
&lt;br&gt;configured using `configure &amp;nbsp;'--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/22.1.50/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.1.50/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.1.50/leim' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2''
&lt;br&gt;&lt;br&gt;Important settings:
&lt;br&gt;&amp;nbsp; value of $LC_ALL: nil
&lt;br&gt;&amp;nbsp; value of $LC_COLLATE: C
&lt;br&gt;&amp;nbsp; value of $LC_CTYPE: nil
&lt;br&gt;&amp;nbsp; value of $LC_MESSAGES: nil
&lt;br&gt;&amp;nbsp; value of $LC_MONETARY: nil
&lt;br&gt;&amp;nbsp; value of $LC_NUMERIC: nil
&lt;br&gt;&amp;nbsp; value of $LC_TIME: nil
&lt;br&gt;&amp;nbsp; value of $LANG: de_DE.UTF-8
&lt;br&gt;&amp;nbsp; locale-coding-system: utf-8
&lt;br&gt;&amp;nbsp; default-enable-multibyte-characters: t
&lt;br&gt;&lt;br&gt;Major mode: WoMan
&lt;br&gt;&lt;br&gt;Minor modes in effect:
&lt;br&gt;&amp;nbsp; display-time-mode: t
&lt;br&gt;&amp;nbsp; auto-image-file-mode: t
&lt;br&gt;&amp;nbsp; show-paren-mode: t
&lt;br&gt;&amp;nbsp; tooltip-mode: t
&lt;br&gt;&amp;nbsp; mouse-wheel-mode: t
&lt;br&gt;&amp;nbsp; menu-bar-mode: t
&lt;br&gt;&amp;nbsp; file-name-shadow-mode: t
&lt;br&gt;&amp;nbsp; global-font-lock-mode: t
&lt;br&gt;&amp;nbsp; font-lock-mode: t
&lt;br&gt;&amp;nbsp; unify-8859-on-encoding-mode: t
&lt;br&gt;&amp;nbsp; utf-translate-cjk-mode: t
&lt;br&gt;&amp;nbsp; auto-compression-mode: t
&lt;br&gt;&amp;nbsp; temp-buffer-resize-mode: t
&lt;br&gt;&amp;nbsp; column-number-mode: t
&lt;br&gt;&amp;nbsp; line-number-mode: t
&lt;br&gt;&amp;nbsp; transient-mark-mode: t
&lt;br&gt;&lt;br&gt;Recent input:
&lt;br&gt;v q &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;return&amp;gt; &amp;lt;down&amp;gt; &amp;lt;return&amp;gt; &amp;lt;down&amp;gt; v q &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;return&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;return&amp;gt; &amp;lt;up&amp;gt; &amp;lt;return&amp;gt; 
&lt;br&gt;&amp;lt;down&amp;gt; &amp;lt;return&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;up&amp;gt; v q &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;return&amp;gt; 
&lt;br&gt;&amp;lt;down&amp;gt; &amp;lt;return&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; 
&lt;br&gt;v q &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; 
&lt;br&gt;v q &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;return&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;return&amp;gt; 
&lt;br&gt;&amp;lt;down&amp;gt; &amp;lt;down&amp;gt; v q &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;down&amp;gt; &amp;lt;return&amp;gt; 
&lt;br&gt;&amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;return&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; 
&lt;br&gt;&amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; v &amp;lt;next&amp;gt; &amp;lt;prior&amp;gt; q &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;down&amp;gt; &amp;lt;return&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; 
&lt;br&gt;&amp;lt;down&amp;gt; &amp;lt;return&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; v q &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;return&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;return&amp;gt; v q &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;return&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;return&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; v q &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;return&amp;gt; &amp;lt;down&amp;gt; &amp;lt;return&amp;gt; v 
&lt;br&gt;q &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;down&amp;gt; &amp;lt;return&amp;gt; &amp;lt;down&amp;gt; &amp;lt;return&amp;gt; &amp;lt;down&amp;gt; 
&lt;br&gt;&amp;lt;down&amp;gt; &amp;lt;down&amp;gt; v q &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; v q &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; 
&lt;br&gt;&amp;lt;up&amp;gt; &amp;lt;up&amp;gt; v q &amp;lt;down&amp;gt; v q &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; v &amp;lt;next&amp;gt; 
&lt;br&gt;&amp;lt;prior&amp;gt; &amp;lt;next&amp;gt; &amp;lt;prior&amp;gt; q &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;up&amp;gt; &amp;lt;return&amp;gt; 
&lt;br&gt;C-u &amp;lt;C-f1&amp;gt; &amp;lt;return&amp;gt; &amp;lt;prior&amp;gt; &amp;lt;prior&amp;gt; &amp;lt;prior&amp;gt; &amp;lt;prior&amp;gt; 
&lt;br&gt;&amp;lt;C-end&amp;gt; C-x C-j C-s t r a c e &amp;lt;down&amp;gt; &amp;lt;down&amp;gt; v &amp;lt;next&amp;gt; 
&lt;br&gt;&amp;lt;next&amp;gt; &amp;lt;next&amp;gt; &amp;lt;next&amp;gt; &amp;lt;next&amp;gt; q &amp;lt;C-f1&amp;gt; m o u n t &amp;lt;tab&amp;gt; 
&lt;br&gt;&amp;lt;tab&amp;gt; &amp;lt;return&amp;gt; 8 &amp;lt;return&amp;gt; &amp;lt;return&amp;gt; g &amp;lt;return&amp;gt; &amp;lt;backspace&amp;gt; 
&lt;br&gt;8 &amp;lt;return&amp;gt; &amp;lt;return&amp;gt; &amp;lt;C-end&amp;gt; q &amp;lt;C-f1&amp;gt; m o u n t &amp;lt;tab&amp;gt; 
&lt;br&gt;&amp;lt;return&amp;gt; 2 &amp;lt;tab&amp;gt; &amp;lt;return&amp;gt; M-x t o g g l e - d e b &amp;lt;tab&amp;gt; 
&lt;br&gt;e r r &amp;lt;tab&amp;gt; &amp;lt;return&amp;gt; M-x r e p o &amp;lt;tab&amp;gt; r &amp;lt;tab&amp;gt; e C-g 
&lt;br&gt;&amp;lt;C-f1&amp;gt; C-g C-x k &amp;lt;return&amp;gt; &amp;lt;C-f1&amp;gt; &amp;lt;up&amp;gt; &amp;lt;return&amp;gt; 2 &amp;lt;return&amp;gt; 
&lt;br&gt;&amp;lt;return&amp;gt; C-x h M-w C-x o M-x r e p o r t - e m &amp;lt;tab&amp;gt; 
&lt;br&gt;b u g &amp;lt;return&amp;gt;
&lt;br&gt;&lt;br&gt;Recent messages:
&lt;br&gt;Man-highlight-references0: Invalid search bound (wrong side of point)
&lt;br&gt;Debug on Error enabled globally
&lt;br&gt;Making completion list...
&lt;br&gt;Quit [2 times]
&lt;br&gt;Making completion list...
&lt;br&gt;uncompressing mount.2.gz...done
&lt;br&gt;WoMan formatting buffer...done in 0 seconds
&lt;br&gt;Entering debugger...
&lt;br&gt;Mark set [2 times]
&lt;br&gt;Loading emacsbug...done
&lt;br&gt;&lt;br /&gt;.\&amp;quot; Hey Emacs! This file is -*- nroff -*- source.
&lt;br&gt;.\&amp;quot;
&lt;br&gt;.\&amp;quot; Copyright (C) 1993 Rickard E. Faith &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12052810&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;faith@...&lt;/a&gt;&amp;gt;
&lt;br&gt;.\&amp;quot; and Copyright (C) 1994 Andries E. Brouwer &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12052810&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aeb@...&lt;/a&gt;&amp;gt;
&lt;br&gt;.\&amp;quot; and Copyright (C) 2002, 2005 Michael Kerrisk &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12052810&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtk-manpages@...&lt;/a&gt;&amp;gt;
&lt;br&gt;.\&amp;quot;
&lt;br&gt;.\&amp;quot; Permission is granted to make and distribute verbatim copies of this
&lt;br&gt;.\&amp;quot; manual provided the copyright notice and this permission notice are
&lt;br&gt;.\&amp;quot; preserved on all copies.
&lt;br&gt;.\&amp;quot;
&lt;br&gt;.\&amp;quot; Permission is granted to copy and distribute modified versions of this
&lt;br&gt;.\&amp;quot; manual under the conditions for verbatim copying, provided that the
&lt;br&gt;.\&amp;quot; entire resulting derived work is distributed under the terms of a
&lt;br&gt;.\&amp;quot; permission notice identical to this one.
&lt;br&gt;.\&amp;quot;
&lt;br&gt;.\&amp;quot; Since the Linux kernel and libraries are constantly changing, this
&lt;br&gt;.\&amp;quot; manual page may be incorrect or out-of-date. &amp;nbsp;The author(s) assume no
&lt;br&gt;.\&amp;quot; responsibility for errors or omissions, or for damages resulting from
&lt;br&gt;.\&amp;quot; the use of the information contained herein. &amp;nbsp;The author(s) may not
&lt;br&gt;.\&amp;quot; have taken the same level of care in the production of this manual,
&lt;br&gt;.\&amp;quot; which is licensed free of charge, as they might when working
&lt;br&gt;.\&amp;quot; professionally.
&lt;br&gt;.\&amp;quot;
&lt;br&gt;.\&amp;quot; Formatted or processed versions of this manual, if unaccompanied by
&lt;br&gt;.\&amp;quot; the source, must acknowledge the copyright and authors of this work.
&lt;br&gt;.\&amp;quot;
&lt;br&gt;.\&amp;quot; Modified 1996-11-04 by Eric S. Raymond &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12052810&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;esr@...&lt;/a&gt;&amp;gt;
&lt;br&gt;.\&amp;quot; Modified 2001-10-13 by Michael Kerrisk &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12052810&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtk-manpages@...&lt;/a&gt;&amp;gt;
&lt;br&gt;.\&amp;quot;	Added note on historical behavior of MS_NOSUID
&lt;br&gt;.\&amp;quot; Modified 2002-05-16 by Michael Kerrisk &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12052810&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtk-manpages@...&lt;/a&gt;&amp;gt;
&lt;br&gt;.\&amp;quot;	Extensive changes and additions
&lt;br&gt;.\&amp;quot; Modified 2002-05-27 by aeb
&lt;br&gt;.\&amp;quot; Modified 2002-06-11 by Michael Kerrisk &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12052810&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtk-manpages@...&lt;/a&gt;&amp;gt;
&lt;br&gt;.\&amp;quot;	Enhanced descriptions of MS_MOVE, MS_BIND, and MS_REMOUNT
&lt;br&gt;.\&amp;quot; Modified 2004-06-17 by Michael Kerrisk &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12052810&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtk-manpages@...&lt;/a&gt;&amp;gt;
&lt;br&gt;.\&amp;quot; 2005-05-18, mtk, Added MNT_EXPIRE, plus a few other tidy-ups.
&lt;br&gt;.\&amp;quot;
&lt;br&gt;.TH MOUNT 2 2004-05-18 &amp;quot;Linux&amp;quot; &amp;quot;Linux Programmer's Manual&amp;quot;
&lt;br&gt;.SH NAME
&lt;br&gt;mount, umount, umount2 \- mount and unmount filesystems
&lt;br&gt;.SH SYNOPSIS
&lt;br&gt;.nf
&lt;br&gt;.B &amp;quot;#include &amp;lt;sys/mount.h&amp;gt;&amp;quot;
&lt;br&gt;.sp
&lt;br&gt;.BI &amp;quot;int mount(const char *&amp;quot; source &amp;quot;, const char *&amp;quot; target ,
&lt;br&gt;.BI &amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;const char *&amp;quot; filesystemtype &amp;quot;, unsigned long &amp;quot; mountflags ,
&lt;br&gt;.BI &amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;const void *&amp;quot; data );
&lt;br&gt;.sp
&lt;br&gt;.BI &amp;quot;int umount(const char *&amp;quot; target );
&lt;br&gt;.sp
&lt;br&gt;.BI &amp;quot;int umount2(const char *&amp;quot; target &amp;quot;, int &amp;quot; flags );
&lt;br&gt;.fi
&lt;br&gt;.SH DESCRIPTION
&lt;br&gt;.BR mount ()
&lt;br&gt;attaches the filesystem specified by
&lt;br&gt;.I source
&lt;br&gt;(which is often a device name, but can also be a directory name
&lt;br&gt;or a dummy) to the directory specified by
&lt;br&gt;.IR target .
&lt;br&gt;&lt;br&gt;.BR umount ()
&lt;br&gt;and
&lt;br&gt;.BR umount2 ()
&lt;br&gt;remove the attachment of the (topmost) filesystem mounted on
&lt;br&gt;.IR target .
&lt;br&gt;&lt;br&gt;Appropriate privilege (Linux: the
&lt;br&gt;.B CAP_SYS_ADMIN
&lt;br&gt;capability) is required to mount and unmount filesystems.
&lt;br&gt;&lt;br&gt;Since Linux 2.4 a single filesystem can be visible at
&lt;br&gt;multiple mount points, and multiple mounts can be stacked
&lt;br&gt;on the same mount point.
&lt;br&gt;.\&amp;quot; Multiple mounts on same mount point: since 2.3.99pre7.
&lt;br&gt;&lt;br&gt;Values for the
&lt;br&gt;.IR filesystemtype
&lt;br&gt;argument supported by the kernel are listed in
&lt;br&gt;.I /proc/filesystems
&lt;br&gt;(like &amp;quot;minix&amp;quot;, &amp;quot;ext2&amp;quot;, &amp;quot;msdos&amp;quot;, &amp;quot;proc&amp;quot;, &amp;quot;nfs&amp;quot;, &amp;quot;iso9660&amp;quot; etc.).
&lt;br&gt;Further types may become available when the appropriate modules
&lt;br&gt;are loaded.
&lt;br&gt;&lt;br&gt;The
&lt;br&gt;.IR mountflags
&lt;br&gt;argument may have the magic number 0xC0ED (\fBMS_MGC_VAL\fP)
&lt;br&gt;in the top 16 bits (this was required in kernel versions prior to 2.4, but
&lt;br&gt;is no longer required and ignored if specified),
&lt;br&gt;and various mount flags (as defined in \fI&amp;lt;linux/fs.h&amp;gt;\fP for libc4 and libc5
&lt;br&gt;and in \fI&amp;lt;sys/mount.h&amp;gt;\fP for glibc2) in the low order 16 bits:
&lt;br&gt;.\&amp;quot; FIXME 2.6.15 added flags for &amp;quot;shared sub-tree&amp;quot; functionality:
&lt;br&gt;.\&amp;quot; MS_UNBINDABLE, MS_PRIVATE, MS_SHARED, MS_SLAVE
&lt;br&gt;.\&amp;quot; These need to be documented on this page.
&lt;br&gt;.\&amp;quot; See Documentation/sharedsubtree.txt
&lt;br&gt;.TP
&lt;br&gt;.B MS_BIND
&lt;br&gt;(Linux 2.4 onwards)
&lt;br&gt;.\&amp;quot; since 2.4.0-test9
&lt;br&gt;Perform a bind mount, making a file or a directory subtree visible at
&lt;br&gt;another point within a file system.
&lt;br&gt;Bind mounts may cross file system boundaries and span
&lt;br&gt;.BR chroot (2)
&lt;br&gt;jails.
&lt;br&gt;The
&lt;br&gt;.IR filesystemtype &amp;quot;, &amp;quot; mountflags &amp;quot;, and &amp;quot; data
&lt;br&gt;arguments are ignored.
&lt;br&gt;.\&amp;quot; with the exception of the &amp;quot;hidden&amp;quot; MS_REC mountflags bit
&lt;br&gt;.TP
&lt;br&gt;.BR MS_DIRSYNC &amp;quot; (since Linux 2.5.19)&amp;quot;
&lt;br&gt;Make directory changes on this file system synchronous.
&lt;br&gt;(This property can be obtained for individual directories
&lt;br&gt;or subtrees using
&lt;br&gt;.BR chattr (8).)
&lt;br&gt;.TP
&lt;br&gt;.B MS_MANDLOCK
&lt;br&gt;Permit mandatory locking on files in this file system.
&lt;br&gt;(Mandatory locking must still be enabled on a per-file basis,
&lt;br&gt;as described in
&lt;br&gt;.BR fcntl (2).)
&lt;br&gt;.\&amp;quot; FIXME Say more about MS_MOVE
&lt;br&gt;.TP
&lt;br&gt;.B MS_MOVE
&lt;br&gt;Move a subtree.
&lt;br&gt;.I source
&lt;br&gt;specifies an existing mount point and
&lt;br&gt;.I target
&lt;br&gt;specifies the new location.
&lt;br&gt;The move is atomic: at no point is the subtree unmounted.
&lt;br&gt;The
&lt;br&gt;.IR filesystemtype &amp;quot;, &amp;quot; mountflags &amp;quot;, and &amp;quot; data
&lt;br&gt;arguments are ignored.
&lt;br&gt;.TP
&lt;br&gt;.B MS_NOATIME
&lt;br&gt;Do not update access times for (all types of) files on this file system.
&lt;br&gt;.TP
&lt;br&gt;.B MS_NODEV
&lt;br&gt;Do not allow access to devices (special files) on this file system.
&lt;br&gt;.TP
&lt;br&gt;.B MS_NODIRATIME
&lt;br&gt;Do not update access times for directories on this file system.
&lt;br&gt;.TP
&lt;br&gt;.B MS_NOEXEC
&lt;br&gt;Do not allow programs to be executed from this file system.
&lt;br&gt;.\&amp;quot; (Possibly useful for a file system that contains non-Linux executables.
&lt;br&gt;.\&amp;quot; Often used as a security feature, e.g., to make sure that restricted
&lt;br&gt;.\&amp;quot; users cannot execute files uploaded using ftp or so.)
&lt;br&gt;.TP
&lt;br&gt;.B MS_NOSUID
&lt;br&gt;Do not honor set-user-ID and set-group-ID bits when executing
&lt;br&gt;programs from this file system.
&lt;br&gt;.\&amp;quot; (This is a security feature to prevent users executing set-user-ID and
&lt;br&gt;.\&amp;quot; set-group-ID programs from removable disk devices.)
&lt;br&gt;.TP
&lt;br&gt;.B MS_RDONLY
&lt;br&gt;Mount file system read-only.
&lt;br&gt;.\&amp;quot;
&lt;br&gt;.\&amp;quot; FIXME Document MS_REC, available since 2.4.11.
&lt;br&gt;.\&amp;quot; This flag has meaning in conjunction with MS_BIND and
&lt;br&gt;.\&amp;quot; also with the shared sub-tree flags.
&lt;br&gt;.TP
&lt;br&gt;.BR MS_RELATIME &amp;quot;(Since Linux 2.6.20)&amp;quot;
&lt;br&gt;When a file on this file system is accessed,
&lt;br&gt;only update the file's last accessed time (atime) if the current value
&lt;br&gt;of atime is less than or equal to the file's last modified (mtime)
&lt;br&gt;or last status change time (ctime).
&lt;br&gt;This option is useful for programs, such as
&lt;br&gt;.BR mutt (1),
&lt;br&gt;that need to know when a file has been read since it was last modified.
&lt;br&gt;.TP
&lt;br&gt;.B MS_REMOUNT
&lt;br&gt;Remount an existing mount.
&lt;br&gt;This is allows you to change the
&lt;br&gt;.I mountflags
&lt;br&gt;and
&lt;br&gt;.I data
&lt;br&gt;of an existing mount without having to unmount and remount the file system.
&lt;br&gt;.I source
&lt;br&gt;and
&lt;br&gt;.I target
&lt;br&gt;should be the same values specified in the initial
&lt;br&gt;.BR mount ()
&lt;br&gt;call;
&lt;br&gt;.I filesystemtype
&lt;br&gt;is ignored.
&lt;br&gt;&lt;br&gt;The following
&lt;br&gt;.I mountflags
&lt;br&gt;can be changed:
&lt;br&gt;.BR MS_RDONLY ,
&lt;br&gt;.BR MS_SYNCHRONOUS ,
&lt;br&gt;.BR MS_MANDLOCK ;
&lt;br&gt;before kernel 2.6.16, the following could also be changed:
&lt;br&gt;.BR MS_NOATIME
&lt;br&gt;and
&lt;br&gt;.BR MS_NODIRATIME ;
&lt;br&gt;and, additionally, before kernel 2.4, the following could also be changed:
&lt;br&gt;.BR MS_NOSUID ,
&lt;br&gt;.BR MS_NODEV ,
&lt;br&gt;.BR MS_NOEXEC .
&lt;br&gt;.TP
&lt;br&gt;.B MS_SYNCHRONOUS
&lt;br&gt;Make writes on this file system synchronous (as though
&lt;br&gt;the
&lt;br&gt;.B O_SYNC
&lt;br&gt;flag to
&lt;br&gt;.BR open (2)
&lt;br&gt;was specified for all file opens to this file system).
&lt;br&gt;.PP
&lt;br&gt;&amp;gt;From Linux 2.4 onwards, the
&lt;br&gt;.BR MS_NODEV &amp;quot;, &amp;quot; MS_NOEXEC &amp;quot;, and &amp;quot; MS_NOSUID
&lt;br&gt;flags are settable on a per-mount-point basis.
&lt;br&gt;&amp;gt;From kernel 2.6.16 onwards,
&lt;br&gt;.B MS_NOATIME
&lt;br&gt;and
&lt;br&gt;.B MS_NODIRATIME
&lt;br&gt;are also settable on a per-mount-point basis.
&lt;br&gt;The
&lt;br&gt;.B MS_RELATIME
&lt;br&gt;flag is also settable on a per-mount-point basis.
&lt;br&gt;.PP
&lt;br&gt;The
&lt;br&gt;.IR data
&lt;br&gt;argument is interpreted by the different file systems.
&lt;br&gt;Typically it is a string of comma-separated options
&lt;br&gt;understood by this file system.
&lt;br&gt;See
&lt;br&gt;.BR mount (8)
&lt;br&gt;for details of the options available for each filesystem type.
&lt;br&gt;.PP
&lt;br&gt;.\&amp;quot; Note: the kernel naming differs from the glibc naming
&lt;br&gt;.\&amp;quot; umount2 is the glibc name for what the kernel now calls umount
&lt;br&gt;.\&amp;quot; and umount is the glibc name for oldumount
&lt;br&gt;Linux 2.1.116 added the
&lt;br&gt;.BR umount2 ()
&lt;br&gt;system call, which, like
&lt;br&gt;.BR umount (),
&lt;br&gt;unmounts a target, but allows additional
&lt;br&gt;.I flags
&lt;br&gt;controlling the behavior of the operation:
&lt;br&gt;.TP
&lt;br&gt;.BR MNT_FORCE &amp;quot; (since Linux 2.1.116)&amp;quot;
&lt;br&gt;Force unmount even if busy.
&lt;br&gt;This can cause data loss.
&lt;br&gt;(Only for NFS mounts.)
&lt;br&gt;.\&amp;quot; FIXME Can MNT_FORCE result in data loss? &amp;nbsp;According to
&lt;br&gt;.\&amp;quot; the Solaris manual page it can cause data loss on Solaris.
&lt;br&gt;.\&amp;quot; If the same holds on Linux, then this should be documented.
&lt;br&gt;.TP
&lt;br&gt;.BR MNT_DETACH &amp;quot; (since Linux 2.4.11)&amp;quot;
&lt;br&gt;Perform a lazy unmount: make the mount point unavailable for
&lt;br&gt;new accesses, and actually perform the unmount when the mount point
&lt;br&gt;ceases to be busy.
&lt;br&gt;.TP
&lt;br&gt;.BR MNT_EXPIRE &amp;quot; (since Linux 2.6.8)&amp;quot;
&lt;br&gt;Mark the mount point as expired.
&lt;br&gt;If a mount point is not currently in use, then an initial call to
&lt;br&gt;.BR umount2 ()
&lt;br&gt;with this flag fails with the error
&lt;br&gt;.BR EAGAIN ,
&lt;br&gt;but marks the mount point as expired.
&lt;br&gt;The mount point remains expired as long as it isn't accessed
&lt;br&gt;by any process.
&lt;br&gt;A second
&lt;br&gt;.BR umount2 ()
&lt;br&gt;call specifying
&lt;br&gt;.B MNT_EXPIRE
&lt;br&gt;unmounts an expired mount point.
&lt;br&gt;This flag cannot be specified with either
&lt;br&gt;.B MNT_FORCE
&lt;br&gt;or
&lt;br&gt;.BR MNT_DETACH .
&lt;br&gt;.SH &amp;quot;RETURN VALUE&amp;quot;
&lt;br&gt;On success, zero is returned.
&lt;br&gt;On error, \-1 is returned, and
&lt;br&gt;.I errno
&lt;br&gt;is set appropriately.
&lt;br&gt;.SH ERRORS
&lt;br&gt;The error values given below result from filesystem type independent
&lt;br&gt;errors.
&lt;br&gt;Each filesystem type may have its own special errors and its
&lt;br&gt;own special behavior.
&lt;br&gt;See the kernel source code for details.
&lt;br&gt;.TP
&lt;br&gt;.B EACCES
&lt;br&gt;A component of a path was not searchable.
&lt;br&gt;(See also
&lt;br&gt;.BR path_resolution (7).)
&lt;br&gt;Or, mounting a read-only filesystem was attempted without giving the
&lt;br&gt;.B MS_RDONLY
&lt;br&gt;flag.
&lt;br&gt;Or, the block device
&lt;br&gt;.I source
&lt;br&gt;is located on a filesystem mounted with the
&lt;br&gt;.B MS_NODEV
&lt;br&gt;option.
&lt;br&gt;.\&amp;quot; mtk: Probably: write permission is required for MS_BIND, with
&lt;br&gt;.\&amp;quot; the error EPERM if not present; CAP_DAC_OVERRIDE is required.
&lt;br&gt;.TP
&lt;br&gt;.B EAGAIN
&lt;br&gt;A call to
&lt;br&gt;.BR umount2 ()
&lt;br&gt;specifying
&lt;br&gt;.B MNT_EXPIRE
&lt;br&gt;successfully marked an unbusy file system as expired.
&lt;br&gt;.TP
&lt;br&gt;.B EBUSY
&lt;br&gt;.I source
&lt;br&gt;is already mounted.
&lt;br&gt;Or, it cannot be remounted read-only,
&lt;br&gt;because it still holds files open for writing.
&lt;br&gt;Or, it cannot be mounted on
&lt;br&gt;.I target
&lt;br&gt;because
&lt;br&gt;.I target
&lt;br&gt;is still busy (it is the working directory of some task,
&lt;br&gt;the mount point of another device, has open files, etc.).
&lt;br&gt;Or, it could not be unmounted because it is busy.
&lt;br&gt;.TP
&lt;br&gt;.B EFAULT
&lt;br&gt;One of the pointer arguments points outside the user address space.
&lt;br&gt;.TP
&lt;br&gt;.B EINVAL
&lt;br&gt;.I source
&lt;br&gt;had an invalid superblock.
&lt;br&gt;Or, a remount
&lt;br&gt;.RB ( MS_REMOUNT )
&lt;br&gt;was attempted, but
&lt;br&gt;.I source
&lt;br&gt;was not already mounted on
&lt;br&gt;.IR target .
&lt;br&gt;Or, a move
&lt;br&gt;.RB ( MS_MOVE )
&lt;br&gt;was attempted, but
&lt;br&gt;.I source
&lt;br&gt;was not a mount point, or was '/'.
&lt;br&gt;Or, an unmount was attempted, but
&lt;br&gt;.I target
&lt;br&gt;was not a mount point.
&lt;br&gt;Or,
&lt;br&gt;.BR umount2 ()
&lt;br&gt;was called with
&lt;br&gt;.B MNT_EXPIRE
&lt;br&gt;and either
&lt;br&gt;.B MNT_DETACH
&lt;br&gt;or
&lt;br&gt;.BR MNT_FORCE .
&lt;br&gt;.TP
&lt;br&gt;.B ELOOP
&lt;br&gt;Too many link encountered during pathname resolution.
&lt;br&gt;Or, a move was attempted, while
&lt;br&gt;.I target
&lt;br&gt;is a descendant of
&lt;br&gt;.IR source .
&lt;br&gt;.TP
&lt;br&gt;.B EMFILE
&lt;br&gt;(In case no block device is required:)
&lt;br&gt;Table of dummy devices is full.
&lt;br&gt;.TP
&lt;br&gt;.B ENAMETOOLONG
&lt;br&gt;A pathname was longer than
&lt;br&gt;.BR MAXPATHLEN .
&lt;br&gt;.TP
&lt;br&gt;.B ENODEV
&lt;br&gt;.I filesystemtype
&lt;br&gt;not configured in the kernel.
&lt;br&gt;.TP
&lt;br&gt;.B ENOENT
&lt;br&gt;A pathname was empty or had a nonexistent component.
&lt;br&gt;.TP
&lt;br&gt;.B ENOMEM
&lt;br&gt;The kernel could not allocate a free page to copy filenames or data into.
&lt;br&gt;.TP
&lt;br&gt;.B ENOTBLK
&lt;br&gt;.I source
&lt;br&gt;is not a block device (and a device was required).
&lt;br&gt;.TP
&lt;br&gt;.B ENOTDIR
&lt;br&gt;The second argument, or a prefix of the first argument, is not
&lt;br&gt;a directory.
&lt;br&gt;.TP
&lt;br&gt;.B ENXIO
&lt;br&gt;The major number of the block device
&lt;br&gt;.I source
&lt;br&gt;is out of range.
&lt;br&gt;.TP
&lt;br&gt;.B EPERM
&lt;br&gt;The caller does not have the required privileges.
&lt;br&gt;.SH &amp;quot;CONFORMING TO&amp;quot;
&lt;br&gt;These functions are Linux specific and should not be used in
&lt;br&gt;programs intended to be portable.
&lt;br&gt;.SH NOTES
&lt;br&gt;.SS Linux Notes
&lt;br&gt;The original
&lt;br&gt;.BR umount ()
&lt;br&gt;function was called as \fIumount(device)\fP and would return
&lt;br&gt;.B ENOTBLK
&lt;br&gt;when called with something other than a block device.
&lt;br&gt;In Linux 0.98p4 a call \fIumount(dir)\fP was added, in order to
&lt;br&gt;support anonymous devices.
&lt;br&gt;In Linux 2.3.99-pre7 the call \fIumount(device)\fP was removed,
&lt;br&gt;leaving only \fIumount(dir)\fP (since now devices can be mounted
&lt;br&gt;in more than one place, so specifying the device does not suffice).
&lt;br&gt;.LP
&lt;br&gt;The original
&lt;br&gt;.BR MS_SYNC
&lt;br&gt;flag was renamed
&lt;br&gt;.BR MS_SYNCHRONOUS
&lt;br&gt;in 1.1.69
&lt;br&gt;when a different
&lt;br&gt;.BR MS_SYNC
&lt;br&gt;was added to \fI&amp;lt;mman.h&amp;gt;\fP.
&lt;br&gt;.LP
&lt;br&gt;Before Linux 2.4 an attempt to execute a set-user-ID or set-group-ID program
&lt;br&gt;on a filesystem mounted with
&lt;br&gt;.B MS_NOSUID
&lt;br&gt;would fail with
&lt;br&gt;.BR EPERM .
&lt;br&gt;Since Linux 2.4 the set-user-ID and set-group-ID bits are
&lt;br&gt;just silently ignored in this case.
&lt;br&gt;.\&amp;quot; The change is in patch-2.4.0-prerelease.
&lt;br&gt;.SH &amp;quot;SEE ALSO&amp;quot;
&lt;br&gt;.BR path_resolution (7),
&lt;br&gt;.BR mount (8),
&lt;br&gt;.BR umount (8)
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12052810&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WoMan-chokes-on-some-manpages%3A-Invalid-search-bound-%28wrong-side-of-point%29-tp12052810p12052810.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12050125</id>
	<title>Re: HowTo: Avoid packages like TPU</title>
	<published>2007-08-08T03:50:09Z</published>
	<updated>2007-08-08T03:50:09Z</updated>
	<author>
		<name>T. V. Raman-2</name>
	</author>
	<content type="html">&lt;br&gt;I think I finally got this right (I hope) someone please confirm
&lt;br&gt;--
&lt;br&gt;(I check (functionp (indirect-function sym))
&lt;br&gt;before I do anything like calling interactive-form --
&lt;br&gt;incidentally calling interactive-form was also automatically
&lt;br&gt;loading files.
&lt;br&gt;&lt;br&gt;While debugging this, I also noticed that there is a problem with
&lt;br&gt;cal-bahai.el (not a module I need to load anymore given that I
&lt;br&gt;dont load anything unecessarily)--
&lt;br&gt;but the problem if users of cal-bahai care is that functions like
&lt;br&gt;insert-yearly-diary-entry for that module have some bizarre
&lt;br&gt;naming problem.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;tvr&amp;quot; == T V Raman &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12050125&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;raman@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; But here is the problem though: How do I find out after
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; having called (functionp sym) and getting back T if the
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; function is already loaded? I was using symbol-function
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; as a guard to make sure I only called (interactive-form
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; on true functions
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Kevin&amp;quot; == Kevin Rodgers &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12050125&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kevin.d.rodgers@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; writes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; Stefan Monnier wrote:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt; 1) In using reflection, it ends up loading tpu-extras.el
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt; (even though I have no intention of using tpu)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt; This is a problem in Emacspeak: it should not itself load
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt; packages.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; Indeed. &amp;nbsp;Raman, compare the results of
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; (functionp 'tpu-edt) (functionp (symbol-function
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 'tpu-edt)) (functionp (indirect-function 'tpu-edt))
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; -- Kevin Rodgers Denver, Colorado, USA
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; _______________________________________________
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; emacs-pretest-bug mailing list
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12050125&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; -- Best Regards, --raman
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12050125&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;raman@...&lt;/a&gt; WWW:
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; &lt;a href=&quot;http://emacspeak.sf.net/raman/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://emacspeak.sf.net/raman/&lt;/a&gt;&amp;nbsp;AIM: emacspeak GTalk:
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12050125&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tv.raman.tv@...&lt;/a&gt; PGP:
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; &lt;a href=&quot;http://emacspeak.sf.net/raman/raman-almaden.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://emacspeak.sf.net/raman/raman-almaden.asc&lt;/a&gt;&amp;nbsp;Google:
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; tv+raman IRC: irc://irc.freenode.net/#emacs
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; _______________________________________________
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; emacs-pretest-bug mailing list &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12050125&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; tvr&amp;gt; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Best Regards,
&lt;br&gt;--raman
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Email: &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12050125&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;raman@...&lt;/a&gt;
&lt;br&gt;WWW: &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://emacspeak.sf.net/raman/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://emacspeak.sf.net/raman/&lt;/a&gt;&lt;br&gt;AIM: &amp;nbsp; &amp;nbsp;emacspeak &amp;nbsp; &amp;nbsp; &amp;nbsp; GTalk: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12050125&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tv.raman.tv@...&lt;/a&gt;
&lt;br&gt;PGP: &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://emacspeak.sf.net/raman/raman-almaden.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://emacspeak.sf.net/raman/raman-almaden.asc&lt;/a&gt;&lt;br&gt;Google: tv+raman 
&lt;br&gt;IRC: &amp;nbsp; &amp;nbsp;irc://irc.freenode.net/#emacs
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12050125&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HowTo%3A-Avoid-packages-like-TPU-tp12007379p12050125.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12048876</id>
	<title>Re: missing links in *Help*</title>
	<published>2007-08-08T02:06:21Z</published>
	<updated>2007-08-08T02:06:21Z</updated>
	<author>
		<name>Glenn Morris-3</name>
	</author>
	<content type="html">Tom Tromey wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; 2. Visit a patch file; make sure it is in diff-mode
&lt;br&gt;&amp;gt; 3. C-h b
&lt;br&gt;&amp;gt; 4. Move your mouse around the *Help* buffer.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Note that diff-unified-&amp;gt;context and diff-context-&amp;gt;unified
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;do not highlight -- you cannot click on these to go to the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;appropriate help text.
&lt;br&gt;&lt;br&gt;Thanks; I think I fixed this.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12048876&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/missing-links-in-*Help*-tp12022334p12048876.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12048520</id>
	<title>Re: HowTo: Avoid packages like TPU</title>
	<published>2007-08-08T01:37:09Z</published>
	<updated>2007-08-08T01:37:09Z</updated>
	<author>
		<name>T. V. Raman-2</name>
	</author>
	<content type="html">&lt;br&gt;But here is the problem though:
&lt;br&gt;How do I find out after having called (functionp sym)
&lt;br&gt;and getting back T if the function is already loaded? I was using
&lt;br&gt;symbol-function as a guard to make sure I only called
&lt;br&gt;(interactive-form on true functions
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Kevin&amp;quot; == Kevin Rodgers &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12048520&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kevin.d.rodgers@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; Stefan Monnier wrote:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt; 1) In using reflection, it ends up loading tpu-extras.el
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt; (even though I have no intention of using tpu)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; This is a problem in Emacspeak: it should not itself load
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; packages.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; Indeed. &amp;nbsp;Raman, compare the results of
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 	(functionp 'tpu-edt) (functionp (symbol-function
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 'tpu-edt)) (functionp (indirect-function 'tpu-edt))
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; -- Kevin Rodgers Denver, Colorado, USA
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; _______________________________________________
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; emacs-pretest-bug mailing list
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12048520&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kevin&amp;gt; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Best Regards,
&lt;br&gt;--raman
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Email: &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12048520&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;raman@...&lt;/a&gt;
&lt;br&gt;WWW: &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://emacspeak.sf.net/raman/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://emacspeak.sf.net/raman/&lt;/a&gt;&lt;br&gt;AIM: &amp;nbsp; &amp;nbsp;emacspeak &amp;nbsp; &amp;nbsp; &amp;nbsp; GTalk: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12048520&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tv.raman.tv@...&lt;/a&gt;
&lt;br&gt;PGP: &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://emacspeak.sf.net/raman/raman-almaden.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://emacspeak.sf.net/raman/raman-almaden.asc&lt;/a&gt;&lt;br&gt;Google: tv+raman 
&lt;br&gt;IRC: &amp;nbsp; &amp;nbsp;irc://irc.freenode.net/#emacs
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12048520&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HowTo%3A-Avoid-packages-like-TPU-tp12007379p12048520.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12048376</id>
	<title>Re: file-remote-p called a lot?</title>
	<published>2007-08-08T01:24:03Z</published>
	<updated>2007-08-08T01:24:03Z</updated>
	<author>
		<name>Michael Albinus</name>
	</author>
	<content type="html">raman &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12048376&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;raman@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; I observe that &amp;nbsp;file-remote-p gets called *lots* of times while
&lt;br&gt;&amp;gt; doing things like expand-file-name --- though it doesn't appear
&lt;br&gt;&amp;gt; to have a performance hit on today's machines, it still feels
&lt;br&gt;&amp;gt; excessive --- at least when watching things in the debugger to
&lt;br&gt;&amp;gt; see Emacs performing the same set of contortions over and over
&lt;br&gt;&amp;gt; again.
&lt;br&gt;&lt;br&gt;`mode-line-format' contains per default `mode-line-remote', introduced
&lt;br&gt;a couple of weeks ago. Evaluating this variable calls `file-remote-p'.
&lt;br&gt;I guess this is the reason of the observed behaviour.
&lt;br&gt;&lt;br&gt;As you said, it shouldn't be a performance bottleneck, because
&lt;br&gt;`file-remote-p' doesn't connect a remote machine ever.
&lt;br&gt;&lt;br&gt;As far as I see in the code, `expand-file-name' doesn't call
&lt;br&gt;`file-remote-p'.
&lt;br&gt;&lt;br&gt;Best regards, Michael.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;emacs-pretest-bug mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12048376&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emacs-pretest-bug@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/file-remote-p-called-a-lot--tp12046239p12048376.html" />
</entry>

</feed>
