passphrase missed by comint-password-prompt-regexp

2005-06-20 Thread robert marshall
In GNU Emacs 22.0.50.12 (i686-pc-linux-gnu, GTK+ Version 2.6.4) of 2005-06-18 on faure Distributor `Mandrakelinux (X.Org X11 6.8.2, patch level 7.1.102mdk)', version 11.0.60802000 configured using `configure '--with-x-toolkit=gtk'' Important settings: value of $LC_ALL: nil value of $LC_COLLA

Re: Ispell problem.

2005-06-20 Thread Lute Kamstra
Lute Kamstra <[EMAIL PROTECTED]> writes: > "Eli Zaretskii" <[EMAIL PROTECTED]> writes: > >>> From: Lute Kamstra <[EMAIL PROTECTED]> >>> Date: Wed, 18 May 2005 17:57:49 +0200 >>> >>> Consider this buffer: >>> >>> , >>> | Unknownword >>> | >>> | unknownword >>> | >>> | unknownword >>> `

emacs-pretest-bug@gnu.org

2005-06-20 Thread info
$B!I!y!I!I!y!I!I!y!I(B $B5U1g$O"-(B http://www.awg4.com/ss/?lip1 $BITNQ"-(B http://www.awg4.com/ss/?lip2 $B5U6L!&6L$NMA$O"-(B http://www.awg4.com/ss/?lip3 $B(-40(-A4(-L5(-NA(-%](-%$(-%s(-%H(-$G(-(B $B(,(0(,(0(,(0(,(0(,(0(,(0(,(0(,(0(,(0(B $B(-AG(-?M(-=w([EMAIL PROTECTED](-$r(-%2(-

Re: small bug in font-lock code fixed

2005-06-20 Thread Ralf Angeli
* David Moffat (2005-06-19) writes: > in the CVS version (number above) that I got about a month or two back, > there is a bug in the code that makes font-locking barf on > a LaTeX file, e.g., where a line is commented out. > > So in the lines in some LaTeX file: > > \textbf{foo} > %\textbf{bar} >

Carbon port: diary appointment notification doesn't work

2005-06-20 Thread David Reitter
I received this bug report from a user. sounds like it might be specific to the carbon port, or to 22. please communicate with the Phil directly, [EMAIL PROTECTED] I have no further information about this. --- diary appointment notification doesn't work GNU Emacs 22.0.50.1 (powerpc-apple-darwi

Re: small bug in font-lock code fixed

2005-06-20 Thread Stefan Monnier
> ((font-latex-commented-outp) > ;; Return a nul match such that we skip over this pattern. > ;; (Would be better to skip over internally to this function) > ;; Using `prepend' won't help here, because the problem is that > ;; scan-sexp *fails* to find a commented-out m

Re: Emacs clipboard malfunction and hanging with x2x

2005-06-20 Thread Gian Uberto Lauri
> "RS" == Richard Stallman <[EMAIL PROTECTED]> writes: > "CC" == Gian Uberto Lauri <[EMAIL PROTECTED]> wrote: CC> Then I try to user X clipboard (select and middlebutton) that CC> usually works with x2x and emacs freezes. RS> It may be easier to debug this case than the other Had no

Re: Carbon port: diary appointment notification doesn't work

2005-06-20 Thread Glenn Morris
> (setq diary-file > "/[EMAIL PROTECTED]:calendarphil") > (display-time) > (add-hook 'diary-display-hook 'appt-make-list) > (calendar) > (auto-save-mode 1) > (show-all-diary-entries) > > All goes well, I get and display my calendar file, but notification > of appointments doesn't work. Does it he

Re: #ifdefs not properly faced in printouts

2005-06-20 Thread Mats for emacs-devel
Thank you. Now at least my example works. /Mats On 6/17/05, Juri Linkov <[EMAIL PROTECTED]> wrote: > > I think ps-spool-buffer-with-faces, which almost always does a superb > > job, fails at giving "#ifdef" with friends in c-files a proper > > colour. They get coloured in the buffer, but not in t

Re: kill-emacs-query-functions problem with y-or-n-p

2005-06-20 Thread Richard Stallman
(defun foo () (y-or-n-p "foo? ")) (defun bar () (y-or-n-p "bar? ")) (setq kill-emacs-query-functions '(foo bar)) 2. Use the menu-bar File > Exit Emacs. The question "foo? " correctly appears in a popup menu y/n. 3. Respond `n' to "foo? ". 4. The question "bar? " sh

Emacs does not ask for eval in local variables while it should

2005-06-20 Thread Sébastien Kirche
Hi, while playing with input methods and file local variables I found that Emacs does not ask if I want to authorize evaluation while opening a file with a set-input-method in an eval form local variable. Emacs version built from cvs around 2005-03-03, under GNU/Linux Debian. enable-local-e

Re: Emacs does not ask for eval in local variables while it should

2005-06-20 Thread Luc Teirlinck
I would guess that your problem may disappear if you update your CVS. I can not reproduce the problem with your sample file. After C-x C-f I get asked two questions, one about the eval. Same with RET from Dired. Sincerely, Luc. ___ Emacs-pretest-bug

Re: Emacs does not ask for eval in local variables while it should

2005-06-20 Thread Luc Teirlinck
Well with `emacs -q -nbc', I only get asked one question, but the one that needs to be asked. Sincerely, Luc. ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

RE: kill-emacs-query-functions problem with y-or-n-p

2005-06-20 Thread Drew Adams
(defun foo () (y-or-n-p "foo? ")) (defun bar () (y-or-n-p "bar? ")) (setq kill-emacs-query-functions '(foo bar)) 2. Use the menu-bar File > Exit Emacs. The question "foo? " correctly appears in a popup menu y/n. 3. Respond `n' to "foo? ".

Re: Emacs does not ask for eval in local variables while it should

2005-06-20 Thread Sébastien Kirche
At 21:06 on jun 20 2005, Sébastien Kirche said : > Emacs version built from cvs around 2005-03-03, under GNU/Linux > Debian. enable-local-eval's value is maybe Oops typo : it was built actually on 2005-06-03 but checkout must be a little earlier. I would not have bug reported else for a

Re: Carbon port: diary appointment notification doesn't work

2005-06-20 Thread Richard Stallman
> (add-hook 'diary-display-hook 'appt-make-list) Does it help to read the section about the appointments package in etc/NEWS? The reason for this change was that just loading a file should not activate the feature. However, we could make the function appt-make-list activate the appt.

Re: Emacs clipboard malfunction and hanging with x2x

2005-06-20 Thread Richard Stallman
Had no time yet to debug it, but I discovered that C-g behaves like I am working with two separate emacs instances, so does the keyboard macro code (the macro is defined only on "one machine" and not on the other...). I can't even begin to guess what "behaves like I am workin

Re: C-M-x on defface doesn't always work

2005-06-20 Thread Richard Stallman
With defface this doesn't work quite right. For example, a new frame uses the saved face specification instead of the face default set by C-M-x (the cause of this is visible in the cited code below) Ok, please install your changes. But would you please also add more comments to those

Flyspell/ispell operational mismatch

2005-06-20 Thread Richard.G.Bielawski
"GNU Emacs 22.0.50 (i386-msvc-nt5.1.2600) of 2005-06-19 on LD1" Flyspell mode marks 2 letter words as misspelled while ispell-word ignores 2 letter words. This leaves one unable to correct some Flyspell flagged words using M-$. While it's possible to use flyspell-correct-word, that's terribly i

Some Emacs manual errors.

2005-06-20 Thread Richard.G.Bielawski
I happened to notice the following 3 errors in my CVS Emacs "GNU Emacs 22.0.50 (i386-msvc-nt5.1.2600) of 2005-06-18 on LD1" = 1 === The Emacs documentation section 20.4 Checking and Correcting Spelling contains the following text. This section describes the commands to check the

Re: Flyspell/ispell operational mismatch

2005-06-20 Thread Henrik Enberg
<[EMAIL PROTECTED]> writes: [...] > I'm quite surprised I find no option to ignore words with numbers > or that contain only capital letters. This seems to be quite > 'standard functionality' in most spell checkers I've used. Have > I missed something here? It's certainly something I'd turn on