Your message dated Fri, 27 Jan 2006 22:42:30 +0100
with message-id <[EMAIL PROTECTED]>
and subject line mc: thinks terminal mouse reporting is a stack rather than a
toggle
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 28 Sep 1999 17:29:09 +0000
Received: (qmail 18796 invoked from network); 28 Sep 1999 17:29:09 -0000
Received: from murphy.debian.org (209.41.108.199)
by master.debian.org with SMTP; 28 Sep 1999 17:29:09 -0000
Received: (qmail 3840 invoked from network); 28 Sep 1999 17:28:06 -0000
Received: from wg.pu.ru (193.124.85.219)
by murphy.debian.org with SMTP; 28 Sep 1999 17:28:06 -0000
Received: from SG3816.UUCP ([EMAIL PROTECTED])
by wg.pu.ru (8.9.1a/8.9.1) with UUCP id RAA24101
for bugs.debian.org!submit; Tue, 28 Sep 1999 17:06:36 GMT
From: [EMAIL PROTECTED]
Received: by SG3816.spb.edu
via sendmail from stdin
id <[EMAIL PROTECTED]> (Debian Smail3.2.0.102)
for [EMAIL PROTECTED]; Tue, 28 Sep 1999 20:59:14 +0400 (MSD)
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 28 Sep 1999 20:59:14 +0400 (MSD)
Subject: mc: two mc break mouse on xterm
To: [EMAIL PROTECTED]
X-Mailer: bug 3.1.7
Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Package: mc
Version: 4.5.1-1.1
1) Start mc on xterm
2) Ctrl-O
3) Start new mc
4) Ctrl-O Ctrl-O
5) F10
6) Ctrl-O
7) F10
Now try to use mouse for working with clipboard. Mouse is broken on this
xterm. Pressing the buttons results in something like "h,#h,"
-- System Information
Debian Release: 2.1
Kernel Version: Linux galileo 2.0.36 #1 Sun Aug 22 15:43:20 MSD 1999 i586
unknown
hi xterm 3.3.2.3a-11 X terminal emulator
Versions of the packages mc depends on:
hi libc6 2.1.2-4 GNU C Library: Shared libraries and timezone
ii libgpmg1 1.17.8-6 General Purpose Mouse Library [libc6]
hi libncurses4 4.2-3.2 Shared libraries for terminal handling
hi e2fsprogs 1.12-4 The EXT2 file system utilities and libraries
^^^ (Provides virtual package libcomerr2)
hi e2fsprogs 1.12-4 The EXT2 file system utilities and libraries
^^^ (Provides virtual package libext2fs2)
--- Begin /etc/mc/mc.ext (modified conffile)
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
regex/\.t([gp]?z|ar\.g?[zZ])$
Open=%cd %p#utar
View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf -
Extract=gzip -dc %f 2>/dev/null | tar xf -
Icon=compressed.xpm
regex/\.tar\.bz$
View=%view{ascii} bzip -dc %f 2>/dev/null | tar tvvf -
Extract=bzip -dc %f 2>/dev/null | tar xf -
Icon=compressed.xpm
regex/\.tar\.bz2$
Open=%cd %p#utar
View=%view{ascii} bzip2 -dc %f 2>/dev/null | tar tvvf -
Extract=bzip2 -dc %f 2>/dev/null | tar xf -
Icon=compressed.xpm
shell/.tar
Open=%cd %p#utar
View=%view{ascii} tar tvvf %f
Extract=tar xf %f
Icon=tar.xpm
regex/\.bz$
Open=bzip -dc %f | %var{PAGER:more}
View=%view{ascii} bzip -dc %f 2>/dev/null
Edit=I=`date +%%s`; export I; bzip -cd %f >/tmp/bzed.$I &&
%var{EDITOR:vi} /tmp/bzed.$I && bzip -c /tmp/bzed.$I > %f; rm -f /tmp/bzed.$I
Uncompress=bunzip %f
Icon=compressed.xpm
regex/\.bz2$
Open=bzip2 -dc %f | %var{PAGER:more}
View=%view{ascii} bzip2 -dc %f 2>/dev/null
Edit=I=`date +%%s`; export I; bzip2 -cd %f >/tmp/bzed.$I &&
%var{EDITOR:vi} /tmp/bzed.$I && bzip2 -c /tmp/bzed.$I > %f; rm -f /tmp/bzed.$I
Uncompress=bunzip2 %f
Icon=compressed.xpm
shell/rm
Open=if test ! -d ~/.trash; then mkdir ~/.trash; fi; I=%{Enter file to
be safely deleted}; if test -n "$I"; then mv -f -b -V numbered %q ~/.trash; fi
Icon=rubbish.xpm
Drop=if test ! -d ~/.trash; then mkdir ~/.trash; fi; mv -f -b -V
numbered %q ~/.trash
Flush=rm -rf ~/.trash
Title=Safe delete
shell/lpr
Open=lpr %{Enter file(s) to print}
Icon=printer.xpm
Drop=lpr %q
Print=lpr %{Enter file(s) to print}
shell/gzip
Open=gzip %{Enter file to gzip}
Icon=compressed.xpm
Drop=gzip %q
shell/bzip
Open=bzip %{Enter file to bzip}
Icon=compressed.xpm
Drop=bzip %q
shell/bzip2
Open=bzip2 %{Enter file to bzip}
Icon=compressed.xpm
Drop=bzip2 %q
shell/gunzip
Open=gunzip %{Enter file to gunzip}
Icon=compressed.xpm
Drop=gunzip %q
shell/bunzip
Open=bunzip %{Enter file to bunzip}
Icon=compressed.xpm
Drop=bunzip %q
shell/bunzip2
Open=bunzip2 %{Enter file to bunzip}
Icon=compressed.xpm
Drop=bunzip2 %q
shell/gdb
Open=gdb
Icon=bug.xpm
Drop=gdb %q
directory/^\.\.$
Icon=parent_dir.xpm
directory/^News$
Icon=news_dir.xpm
directory/^Mail$
Icon=mail_dir.xpm
directory/^\..*$
Icon=hidden_dir.xpm
directory/^.*$
Start XTerm here=cd %p; exec xterm &
Make tar.gz=I=%{Enter destination file name:}; if test -n "$I"; then
tar cvf - %p | gzip > $I; fi
Icon=plain_dir.xpm
regex/^ls-?lR$
Open=%cd %p#lslR
View=%view{ascii}
Icon=plain_dir.xpm
regex/^ls-?lR\.(g?z|Z)$
Open=%cd %p#lslR
View=%view{ascii} gunzip -c %f
Icon=plain_dir.xpm
regex/\.ftplist$
Open=%cd %p#ftplist
regex/\.rpm$
Open=%cd %p#rpm
Install this RPM=rpm -i %f
Upgrade this RPM=rpm -U %f
regex/\.deb$
Open=%cd %p#deb
View=%view{ascii} dpkg-deb -c %f
regex/\.(zip|ZIP)$
Open=%cd %p#uzip
View=%view{ascii} unzip -v %f
Icon=zip.xpm
Extract=unzip %f
Extract (with flags)=I=%{Enter any Unzip flags:}; if test -n "$I"; then
unzip $I %f; fi
Unzip=unzip %f '*'
shell/.zoo
Open=%cd %p#uzoo
View=%view{ascii} zoo l %f
Icon=zoo.xpm
Extract=zoo x %f '*'
regex/\.(lha|LHA|lzh|LZH)$
Open=%cd %p#ulha
View=%view{ascii} lharc l %f
Icon=lharc.xpm
Extract=lharc x %f '*'
Extract (with flags)=I=%{Enter any LHarc flags:}; if test -n "$I"; then
lharc x $I %f; fi
regex/\.a(rj|[0-9][0-9])$
Open=%cd %p#uarj
View=%view{ascii} unarj l %f
Icon=zip.xpm
Extract=unarj x %f '*'
Extract (with flags)=I=%{Enter any Unarj flags:}; if test -n "$I"; then
unarj x $I %f; fi
regex/\.s?a$
Open=%cd %p#uar
View=%view{ascii} nm %f
shell/.c
Open=%var{PAGER:more} %f
View=%view{ascii}
Compile=%var{CC:cc} -O -c %f
Link=%var{CC:cc} -O -o %d/`basename %f .c` %f
Icon=c.xpm
shell/.f
Open=%var{PAGER:more} %f
View=%view{ascii}
Compile=f77 -O -c %f
Compile and Link=f77 -O %f
shell/.h
Open=%var{EDITOR:vi} %f
Icon=h.xpm
shell/.o
Open=%var{PAGER:more} %f
Link=%var{CC:cc} -O %f
Icon=o.xpm
Display object file symbols=%view{ascii} nm %f
Disassemble=%view{ascii} objdump -d -r %f
shell/.s
Open=%var{PAGER:more} %f
Assemble=%var{CC:cc} -O -c %f
Link=%var{CC:cc} -O -o %d/`basename %f .s` %f
Icon=s.xpm
shell/.dvi
Open=xdvi %f
Icon=binary.xpm
View=xdvi %f
Convert file to Postscript=dvips %f
shell/.tex
Open=%var{PAGER:more} %f
Icon=tex.xpm
TeX this file=tex %f
LaTeX this file=tex %f
shell/^RMAIL$
Start Emacs on this RMAIL file=emacs %f
Open=emacs %f
regex/\.(te?xi)|(texinfo)$
Icon=tex.xpm
regex/\.(C|cc)$
Open=%var{PAGER:more} %f
View=%view{ascii}
Compile=c++ -O -c %f
Link=c++ -O -o %d/`basename %f .c` %f
Icon=cc.xpm
regex/\.s?a$
Open=%view{ascii} ar tv %f
View=%view{ascii} nm %f
Icon=a.xpm
regex/\.so\.[0-9\.]*$
View=%view{hex}
Icon=so.xpm
regex/(([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|n)|\.man)$
Open=nroff -Tascii -mandoc %f | %var{PAGER:more}
View=%view{ascii,nroff} nroff -Tascii -mandoc %f
Icon=man.xpm
shell/.me
Open=nroff -Tascii -me %f | %var{PAGER:more}
View=%view{ascii,nroff} nroff -Tascii -me %f
Icon=man.xpm
shell/.ms
Open=nroff -Tascii -ms %f | %var{PAGER:more}
View=%view{ascii,nroff} nroff -Tascii -ms %f
Icon=man.xpm
regex/([^0-9]|^[^\.]*)\.([1-9][a-z]?|n)\.g?[Zz]$
Open=gunzip -dc %f | nroff -Tascii -mandoc | %var{PAGER:more}
View=%view{ascii,nroff} gunzip -dc %f | nroff -Tascii -mandoc
Icon=man.xpm
regex/(read\.?me$)|(README)
Icon=info.xpm
shell/core
Icon=core.xpm
type/PostScript
Open=gv %f
Icon=postscript.xpm
View with GhostView=gv %f
type/GIF\ image
Open=xv %f
Icon=gif.xpm
Include=image-options
type/GIF\ picture
Open=xv %f
Icon=gif.xpm
Include=image-options
type/JPEG\ picture
Open=xv %f
Icon=jpeg.xpm
Include=image-options
type/PC\ bitmap
Open=xv %f
Icon=bitmap.xpm
Include=image-options
type/PNG\ image
Open=xv %f
Icon=gif.xpm
Include=image-options
type/JPEG\ image
Open=xv %f
Icon=jpeg.xpm
Include=image-options
type/TIFF\ file
Open=xv %f
Icon=tiff.xpm
Include=image-options
type/PBM
Open=xv %f
Icon=pbm.xpm
Include=image-options
type/PGM
Open=xv %f
Icon=pgm.xpm
Include=image-options
type/PPM
Open=xv %f
Icon=ppm.xpm
Include=image-options
shell/.xbm
Open=bitmap %f
Icon=xbm.xpm
shell/.xpm
Open=xv %f
View=sxpm %f
Include=image-options
Icon=xpm.xpm
include/image-options
Set root window to this image=background-properties --setwallpaper %f &
Display this file=xv %f &
shell/.mod
Open=tracker %f
Icon=sound.xpm
regex/\.(wav)|(snd)|(voc)|(au)$
Open=play %f
Icon=sound.xpm
type/FrameMaker
Open=fmclient -f %f
Icon=framemaker.xpm
type/mail
Open=elm -f %f
Icon=mail.xpm
View=%view{ascii} mcmfmt < %f
type/gzip
Open=gzip -dc %f | %var{PAGER:more}
View=%view{ascii} gzip -dc %f 2>/dev/null
Edit=I=`date +%%s`; export I; gzip -cd %f >/tmp/gzed.$I &&
%var{EDITOR:vi} /tmp/gzed.$I && gzip -c /tmp/gzed.$I > %f; rm -f /tmp/gzed.$I
Uncompress=gunzip %f
Icon=compressed.xpm
type/compress
Open=gzip -dc %f | %var{PAGER:more}
View=%view{ascii} gzip -dc %f 2>/dev/null
Edit=I=`date +%%s`; export I; gzip -cd %f >/tmp/gzed.$I &&
%var{EDITOR:vi} /tmp/gzed.$I && gzip -c /tmp/gzed.$I > %f; rm -f /tmp/gzed.$I
Icon=compressed.xpm
regex/[Mm]akefile
Open=make -f %f %{Enter parameters}
Icon=makefile.xpm
shell/Imakefile
Open=xmkmf -a
Icon=makefile.xpm
type/PDF
Open=xpdf %f
type/executable
Open=./%f
View=%view
Drop=%f %q
Execute in XTerm=xterm -e %f &
View Required Libraries=%view{ascii} ldd %f
Strip binary=strip %f
Icon=application.xpm
regex/\.mpe?g$
Open=mpeg_play %f &
View (big)=mpeg_play -dither 2x2 %f &
View (gray)=mpeg_play -dither gray %f &
regex/\.html?$
Open=if [ x$DISPLAY = x ]; then lynx -force_html %f; else (netscape %f
&); fi
View=%view{ascii} lynx -dump -force_html %f;
Icon=html.xpm
Run with AppletViewer=appletviewer %f
View with netscape=netscape file://%f
regex/\.[rR]([aA][rR]|[0-9][0-9])$
Open=%cd %p#urar
View=%view{ascii} rar v -c- %f
Extract=rar x -c- %f '*'
Extract (with flags)=I=%{Enter any RAR flags:}; if test -n "$I";then
rar x $I %f; fi
regex/\.(dbf|DBF)$
Open=%view{ascii} dbview %f
View=%view{ascii} dbview -b %f
regex/\.(wav|WAV)$
Open=vplay %f
Icon=wav.xpm
regex/\.(wav22|WAV22)$
Open=vplay -s 22 %f
Icon=wav.xpm
regex/\.(rexx)|(rex)|(cmd)$
Open=rexx %f %{Enter parameters};echo "Press ENTER";read y
Icon=rexx.xpm
regex/\.(doc|DOC)$
View=%view{ascii} word2x -f text %f -
Icon=word.xpm
type/Microsoft Word Document
View=%view{ascii} word2x -f text %f -
Icon=word.xpm
shell/.cpio.Z
Open=%cd cpio:%d/%p/
View=%view{ascii} compress -dc '%f' | cpio -ictv
Extract=compress -dc '%f' | cpio -ic
Icon=compressed.xpm
shell/.cpio.gz
Open=%cd cpio:%d/%p/
View=%view{ascii} gzip -dc '%f' | cpio -ictv
Extract=gzip -dc '%f' | cpio -ic
Icon=compressed.xpm
shell/.cpio
Open=%cd cpio:%d/%p/
View=%view{ascii} cat '%f' | cpio -ictv
Extract=cat '%f' | cpio -ic
Icon=cpio.xpm
shell/.mp3
Open=mpg123 %f
View=mpg123 %f
Icon=sound.xpm
default/*
Open=
View=%view{ascii}
Drop=
Icon=plain.xpm
Title=%p
--- End /etc/mc/mc.ext
---------------------------------------
Received: (at 182292-done) by bugs.debian.org; 27 Jan 2006 21:41:58 +0000
>From [EMAIL PROTECTED] Fri Jan 27 13:41:58 2006
Return-path: <[EMAIL PROTECTED]>
Received: from lud.servebeer.com ([82.231.108.206] helo=red.localdomain)
by spohr.debian.org with esmtp (Exim 4.50)
id 1F2bLy-0005jZ-Dm
for [EMAIL PROTECTED]; Fri, 27 Jan 2006 13:41:58 -0800
Received: from red.localdomain ([10.0.0.1] ident=root)
by red.localdomain with esmtp (Exim 3.36 #1 (Debian))
id 1F2bMV-00073C-00
for <[EMAIL PROTECTED]>; Fri, 27 Jan 2006 22:42:31 +0100
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 27 Jan 2006 22:42:30 +0100
From: Ludovic Drolez <[EMAIL PROTECTED]>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927
Debian/1.7.8-1sarge3
X-Accept-Language: en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Re: mc: thinks terminal mouse reporting is a stack rather than a
toggle
X-Enigmail-Version: 0.93.0.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
Hi !
I close this bug since the current stable mc package, prevents 2 mc from
being run on the same terminal, so that this bug should not occur.
Cheers,
--
Ludovic Drolez.
http://www.palmopensource.com - The PalmOS Open Source Portal
http://www.drolez.com - Personal site - Linux and PalmOS stuff
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]