OFFRE SPECIALE | 1 Jun 2004 02:06
Picon

Satisfait ou remboursé*


OFFRE SPECIALE Satisfait ou remboursé*

Essayez pendant 10 jours les articles suivants:

Des micros - casques sans fils et filaires pour mieux s'entendre !

Pour tous les besoins, tous les goûts et tous les budgets !

GN 2200  Mono ou Duo

Micro-Casque filaire monaural
Mono - écouteur sur oreille droite ou Duo - écouteur sur oreille droite et gauche
Perche micro articulée souple 
Microphone à filtrage des bruits ambiants,    
Ergonomie : Serre-tête réglable  
Prise de déconnexion rapide  " Quick  deconnect " 

GARANTIE 2ANS

Réf : GN 2200 Mono  Prix 150,00 euros HTC 179,40 euros TTC  Photo sur demande

Réf : GN 2200 Duo   Prix 166,39 euros HT  199,00 euros TTC  Photo sur demande

Existe en Version Pack
GN 2250  ensemble GN 2200 et Amplificateur GN 8000 MPA

Réf : GN 2200 Mon + GN 8000  241,64 euros HT    289 euros TTC  Photo sur demande

CADOVIS Service client  Tel. 01 43 24 60 20 ou 01 43 24 60 90
(Continue reading)

sand | 1 Jun 2004 05:48

`Echo-keystrokes' feedback hides `confirm-kill-emacs' command prompt

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

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

In GNU Emacs 21.3.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2004-04-06 on raven, modified by Debian
configured using `configure '--build=i386-linux' '--host=i386-linux' '--prefix=/usr'
'--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib'
'--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--with-x=yes'
'--with-x-toolkit=athena' 'CFLAGS=-DDEBIAN -g -O2' 'build_alias=i386-linux' 'host_alias=i386-linux''
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: POSIX
  locale-coding-system: nil
  default-enable-multibyte-characters: nil

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

Make sure the following are set:
(Continue reading)

gnu.disposable.concept | 1 Jun 2004 06:43

ps-x-color-instance-p and apropos-do-all

In GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600)
 of 2004-03-10 on NYAUMO
configured using `configure --with-gcc (3.2)'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ENU
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

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

I just downloaded and installed the precompiled binary this evening.

Following these steps in a fresh Emacs session:

Open the Customization Browser,
Expand the Postscript group,
Open the PS Print group,
Open the Apropos group,
Toggle Apropos Do All to on,
Type F1 a <RET>,

I receive this error message in the echo area:
(Continue reading)

Gilles Casse | 1 Jun 2004 12:37
Picon
Favicon

Russian tutorial

Hello,
The Emacs tutorial in russian can be found in the CVS but is not included in the stable release 21.3.
Could we expect to have the tutorials in the future release of Emacs?
Thanks,
Gilles
Shigeru Fukaya | 1 Jun 2004 18:04
Picon
Favicon

ls-lisp, likely bug

Hello,

I found ls-lisp is not compatible with the ls command when -c or -u is
specified in sort and displayed information.  

% ls --help
  -c       with -lt: sort by, and show, ctime (time of last
           modification of file status information)
           with -l: show ctime and sort by name
           otherwise: sort by ctime
  -t       sort by modification time
  -u       with -lt: sort by, and show, access time
           with -l: show access time and sort by name
           otherwise: sort by access time

To correct it:

ls-lisp.el (emacs 21.1.1 through 21.3)

(1) ls-lisp-handle-switches
original: (always sorted by creation/modification time)
           ((setq index (ls-lisp-time-index switches))
            (lambda (x y) ; sorted on time
              (ls-lisp-time-lessp (nth index (cdr y))

revised:
           ((and (setq index (ls-lisp-time-index switches))
                 (or (memq ?t switches) (null (memq ?l switches))))
            (lambda (x y) ; sorted on time
              (ls-lisp-time-lessp (nth index (cdr y))
(Continue reading)

josh buhl | 2 Jun 2004 10:02
Picon

find-file tab completion misses a file


In GNU Emacs 21.3.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
  of 2004-04-07 on raven, modified by Debian
configured using `configure '--build=i386-linux' '--host=i386-linux' 
'--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' 
'--localstatedir=/var/lib' '--infodir=/usr/share/info' 
'--mandir=/usr/share/man' '--with-pop=yes' '--with-x=yes' 
'--with-x-toolkit=athena' 'CFLAGS=-DDEBIAN -g -O2' 
'build_alias=i386-linux' 'host_alias=i386-linux''
Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: nil
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: en_US.UTF-8
   locale-coding-system: utf-8
   default-enable-multibyte-characters: t

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

In an arbitrary directory, for example in /tmp , I have a file named 
iptraffic.log and a directory called iptrafvol. In emacs I type C-x C-f 
to try to load iptraffic.log and type "/tmp/ip<tab>" where <tab> means 
the tab key. Then tab completion completes to the "/tmp/iptrafvol/" 
directory and ignores the iptraffic.log file.

(Continue reading)

Glenn Morris | 2 Jun 2004 13:25
Picon
Picon
Favicon

Re: find-file tab completion misses a file

josh buhl wrote:

> In an arbitrary directory, for example in /tmp , I have a file named
> iptraffic.log and a directory called iptrafvol. In emacs I type C-x
> C-f to try to load iptraffic.log and type "/tmp/ip<tab>" where <tab>
> means the tab key. Then tab completion completes to the
> "/tmp/iptrafvol/" directory and ignores the iptraffic.log file.

This is because completion-ignored-extensions (see "Completion
Options" section of the Emacs manual) contains ".log". This has been
removed in the CVS. You can use 

(setq completion-ignored-extensions
      (delete ".log" completion-ignored-extensions))

in your .emacs for the same effect.
Don Bashford | 2 Jun 2004 18:25

select-window doesn't always make that window's buffer current


In GNU Emacs 21.2.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll
bars)
 of 2002-04-08 on porky.devel.redhat.com
configured using `configure  i386-redhat-linux --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include
--libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var
--sharedstatedir=/usr/com --mandir=/usr/share/man
--infodir=/usr/share/info --with-gcc --with-pop --with-sound'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.iso885915
  locale-coding-system: iso-latin-9
  default-enable-multibyte-characters: t

;; select-window doesn't set the current buffer as expected if
;; current buffer is not the one displayed in the selected window.

(setq a (get-buffer-create "A"))
(setq b (get-buffer-create "B"))

;; Now arrange the frame so A is in one window and B is in another
;; and select B.  Then M-: eval the following:
(Continue reading)

Gaspard Toofany | 3 Jun 2004 09:24
Picon
Favicon

emacs 21.3/w3 startup error

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

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

In GNU Emacs 21.3.1 (i386-mingw-nt5.0.2195)
 of 2004-03-10 on NYAUMO
configured using `configure --with-gcc (3.2)'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ENG
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

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

running emacs 21.3 for NT, did a M-x w3, resulted in error 'wrong type
argument, stringp nil

can't view web via emacs/w3 
(Continue reading)

Akim Demaille | 3 Jun 2004 18:21
Picon
Picon
Favicon

texinfo.el: fails to build menus with <at> appendix


I never received any answer for this issue.

Picon Picon Favicon
From: Akim Demaille <akim <at> epita.fr>
Subject: texinfo.el: fails to build menus with <at> appendix
Date: 2004-04-21 09:55:58 GMT

texinfo.el is still unable to built menus when there are appendices.
This is very troublesome, since many GNU documents do include fdl.texi
and such, which are precisely  <at> appendixsec.

Just try a simple C-c C-u C-a on the attached file, and see the
result:


                     | \input texinfo  <at> c -*-texinfo-*-
                     |  <at> c %**start of header
                     |  <at> setfilename appendix.info
(Continue reading)


Gmane