Re: Stretch vim doesnt cut and paste

2017-08-24 Thread Reco
Hi. On Thu, 24 Aug 2017 21:59:36 +0200 Elimar Riesebieter wrote: > * Reco [2017-08-24 18:16 +0300]: > > [...] > > vim(1) does not mention defaults.vim, so it must be a case of obsolete > > documentation. > > That, and I'm too lazy to view vim

Re: Stretch vim doesnt cut and paste

2017-08-24 Thread Elimar Riesebieter
* Reco [2017-08-24 18:16 +0300]: [...] > vim(1) does not mention defaults.vim, so it must be a case of obsolete > documentation. > That, and I'm too lazy to view vim source. Read file:///usr/share/doc/vim-common/NEWS.Debian.gz Elimar -- Never make anything simple and

Re: Stretch vim doesnt cut and paste

2017-08-24 Thread Reco
Hi. On Thu, 24 Aug 2017 08:45:19 -0500 David Wright wrote: > On Thu 24 Aug 2017 at 12:37:45 (+0300), Reco wrote: > > Hi. > > > > On Thu, Aug 24, 2017 at 03:38:10PM +1200, Richard Hector wrote: > > > On 21/08/17 05:31, Reco wrote: > > > > In jessie and

Re: Stretch vim doesnt cut and paste

2017-08-24 Thread David Wright
On Thu 24 Aug 2017 at 12:37:45 (+0300), Reco wrote: > Hi. > > On Thu, Aug 24, 2017 at 03:38:10PM +1200, Richard Hector wrote: > > On 21/08/17 05:31, Reco wrote: > > > In jessie and before that one could put needed customizations > > > into /etc/vim/vimrc (and it works as of stretch) > > >

Re: Stretch vim doesnt cut and paste

2017-08-24 Thread Reco
Hi. On Thu, Aug 24, 2017 at 03:38:10PM +1200, Richard Hector wrote: > On 21/08/17 05:31, Reco wrote: > > In jessie and before that one could put needed customizations > > into /etc/vim/vimrc (and it works as of stretch) > > or into /etc/vim/vimrc.local (and it's ignored in stretch). > >

Re: Stretch vim doesnt cut and paste

2017-08-23 Thread Richard Hector
On 21/08/17 05:31, Reco wrote: > In jessie and before that one could put needed customizations > into /etc/vim/vimrc (and it works as of stretch) > or into /etc/vim/vimrc.local (and it's ignored in stretch). Looking at a stretch box (installed clean, not upgraded), /etc/vim/vimrc has this at the

Re: Stretch vim doesnt cut and paste

2017-08-20 Thread kamaraju kusumanchi
On Sun, Aug 20, 2017 at 7:22 AM, kamaraju kusumanchi wrote: > > Using a sledgehammer to crack a nut, uh? YMMV but I find that a lot of > those changes are good. If you are annoyed by the incremental search, > simply disable it by adding > > set noic > > in ~/.vimrc. >

Re: Stretch vim doesnt cut and paste

2017-08-20 Thread Reco
On Sun, 20 Aug 2017 18:46:49 +0200 Nicolas George wrote: > Le tridi 3 fructidor, an CCXXV, Reco a écrit : > > That part is simple (per-user). The hard question is - how can I force > > vim to respect 'noic' without the need to create ~/.vimrc for every > > single user that I

Re: Stretch vim doesnt cut and paste

2017-08-20 Thread Nicolas George
Le tridi 3 fructidor, an CCXXV, Reco a écrit : > That part is simple (per-user). The hard question is - how can I force > vim to respect 'noic' without the need to create ~/.vimrc for every > single user that I use? The same way you distribute any configuration change you make to any software. If

Re: Stretch vim doesnt cut and paste

2017-08-20 Thread Reco
Hi. On Sun, 20 Aug 2017 07:22:34 -0400 kamaraju kusumanchi wrote: > On Sat, Aug 19, 2017 at 8:04 AM, Reco wrote: > > > > A known problem. Apparently upstream thought (and Debian maintainer > > followed) that it would be good idea to

Re: Stretch vim doesnt cut and paste

2017-08-20 Thread kamaraju kusumanchi
On Sat, Aug 19, 2017 at 8:04 AM, Reco wrote: > > A known problem. Apparently upstream thought (and Debian maintainer > followed) that it would be good idea to enable so-called 'mouse support' > in vim. As a result X cutbuffer ceased to function in vim. > They also enabled

Re: Stretch vim doesnt cut and paste

2017-08-20 Thread behrad eslami
Press shift and select lines that you want to copy On Saturday, August 19, 2017, 5:06:33 PM GMT+4:30, Rob van der Putten wrote: Hi there On 19/08/17 14:10, Brian wrote: > "set mouse=" in ~/.vimrc. In /etc/vim/vimrc it doesn't work. In ~/.vimrc it does. Thanks! Regards, Rob

Re: Stretch vim doesnt cut and paste

2017-08-19 Thread Rob van der Putten
Hi there On 19/08/17 14:10, Brian wrote: "set mouse=" in ~/.vimrc. In /etc/vim/vimrc it doesn't work. In ~/.vimrc it does. Thanks! Regards, Rob

Re: Stretch vim doesnt cut and paste

2017-08-19 Thread Nicolas George
Le duodi 2 fructidor, an CCXXV, Rob van der Putten a écrit : > After a upgrade from jessie to stretch I can't use the mouse to cut and > paste in vim. Try "set mouse=" (empty option). Regards, -- Nicolas George

Re: Stretch vim doesnt cut and paste

2017-08-19 Thread Brian
On Sat 19 Aug 2017 at 13:56:15 +0200, Rob van der Putten wrote: > After a upgrade from jessie to stretch I can't use the mouse to cut and > paste in vim. > nvi works, nano works. > As quick fix I removed xxd and installed the jessie version of vim, > vim-common and vim-runtime.

Re: Stretch vim doesnt cut and paste

2017-08-19 Thread Reco
Hi. On Sat, 19 Aug 2017 13:56:15 +0200 Rob van der Putten <r...@sput.nl> wrote: > Hi there > > > After a upgrade from jessie to stretch I can't use the mouse to cut and > paste in vim. > nvi works, nano works. > As quick fix I removed xxd and installe

Stretch vim doesnt cut and paste

2017-08-19 Thread Rob van der Putten
Hi there After a upgrade from jessie to stretch I can't use the mouse to cut and paste in vim. nvi works, nano works. As quick fix I removed xxd and installed the jessie version of vim, vim-common and vim-runtime. This does work. Regards, Rob

Re: stretch, vim, cut and paste broken (and fix)

2017-07-05 Thread Dave Sherohman
On Fri, Jun 30, 2017 at 10:36:52AM -0400, Dan Ritter wrote: > That's nice. It doesn't actually work for the X cut and paste > mechanism that I rely on, and it turns out that adding this > to my .vimrc: > > set mouse=off > > or > > set mouse="" > &

Re: stretch, vim, cut and paste broken (and fix)

2017-07-02 Thread Liam O'Toole
rks just fine. By > enabling it you > " can position the cursor, Visually select and scroll with the > mouse. > if has('mouse') > set mouse=a > endif > > That's nice. It doesn't actually work for the X cut and paste > mechanism that I rely on, and it turns out that add

Re: stretch, vim, cut and paste broken (and fix)

2017-06-30 Thread Nicolas George
Le duodi 12 messidor, an CCXXV, Dan Ritter a écrit : > Clearly the problem can still arise with a ~/.vimrc in place. But probably not the way you diagnosed. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: stretch, vim, cut and paste broken (and fix)

2017-06-30 Thread Dan Ritter
On Fri, Jun 30, 2017 at 10:46:27AM -0400, Greg Wooledge wrote: > On Fri, Jun 30, 2017 at 10:36:52AM -0400, Dan Ritter wrote: > > - move over to some other text input field and > > paste with button 3 > > You mean button 2. > > > except, vim stopped allowing the paste. > > > > Here's the

Re: stretch, vim, cut and paste broken (and fix)

2017-06-30 Thread Nicolas George
Le duodi 12 messidor, an CCXXV, Greg Wooledge a écrit : > all kinds of rubbish that I would never, ever want. Well, obviously somebody wanted that "rubbish", enough to work and implement it as Libre software. A little respect for other people's work, maybe? Regards, -- Nicolas

Re: stretch, vim, cut and paste broken (and fix)

2017-06-30 Thread Nicolas George
Le duodi 12 messidor, an CCXXV, Dan Ritter a écrit : > except, vim stopped allowing the paste. Correction: vim started handling the paste itself instead of relying on the terminal emulator. Of course, it behave slightly differently. Each has advantages and drawbacks. > set mouse="" > > does not

Re: stretch, vim, cut and paste broken (and fix)

2017-06-30 Thread Greg Wooledge
eaking, yeah, that OS level defaults file can cause problems. Lots of changes have occurred there. The good news is that it's ignored if you have your own ~/.vimrc file. So, just create a ~/.vimrc file with something in it, and you should be all set. > That's nice. It doesn't actually work

stretch, vim, cut and paste broken (and fix)

2017-06-30 Thread Dan Ritter
It doesn't actually work for the X cut and paste mechanism that I rely on, and it turns out that adding this to my .vimrc: set mouse=off or set mouse="" does not work. Instead you need to go to that defaults file and comment out the offending stanza. Use " as your beginning of line comment character. -dsr-

Re: Cut an paste from icedove email messages

2013-06-11 Thread Gary Roach
On 06/10/2013 02:11 PM, Gary Dale wrote: On 10/06/13 03:39 PM, Gary Roach wrote: On 06/08/2013 12:50 AM, Kailash wrote: On Fri, Jun 07, 2013 at 02:17:23PM -0700, Gary Roach wrote: I keep having the situation where I want to cut and paste a section from an email to another document

Re: Cut an paste from icedove email messages

2013-06-10 Thread Gary Roach
On 06/08/2013 12:50 AM, Kailash wrote: On Fri, Jun 07, 2013 at 02:17:23PM -0700, Gary Roach wrote: I keep having the situation where I want to cut and paste a section from an email to another document. Is there any way to cut and paste from iceweasel to the clipboard to a text document? Hi

Re: Cut an paste from icedove email messages

2013-06-10 Thread Gary Dale
On 10/06/13 03:39 PM, Gary Roach wrote: ver get to the point that I can use the clipboard. There doesn't seem to be any way to mark a section of text. Without that there is no way to copy. Gary You should always be able to mark a section of text. Sounds like something is messed up in your

Re: Cut an paste from icedove email messages

2013-06-10 Thread Gary Dale
On 10/06/13 03:39 PM, Gary Roach wrote: On 06/08/2013 12:50 AM, Kailash wrote: On Fri, Jun 07, 2013 at 02:17:23PM -0700, Gary Roach wrote: I keep having the situation where I want to cut and paste a section from an email to another document. Is there any way to cut and paste from iceweasel

Re: Cut an paste from icedove email messages

2013-06-08 Thread Kailash
On Fri, Jun 07, 2013 at 02:17:23PM -0700, Gary Roach wrote: I keep having the situation where I want to cut and paste a section from an email to another document. Is there any way to cut and paste from iceweasel to the clipboard to a text document? Hi, Would logging your clipboard help? http

Cut an paste from iceweasel email messages

2013-06-07 Thread Gary Roach
Hi all, I keep having the situation where I want to cut and paste a section from an email to another document. Is there any way to cut and paste from iceweasel to the clipboard to a text document? All help will be sincerely appreciated Gary R. -- To UNSUBSCRIBE, email to debian-user-requ

Re: Cut an paste from iceweasel email messages

2013-06-07 Thread George Standish
On Fri, Jun 07, 2013 at 02:17:23PM -0700, Gary Roach wrote: I keep having the situation where I want to cut and paste a section from an email to another document. Is there any way to cut and paste from iceweasel to the clipboard to a text document? I've personally butted heads against

Re: Cut an paste from icedove email messages

2013-06-07 Thread Gary Roach
having the situation where I want to cut and paste a section from an email to another document. Is there any way to cut and paste from iceweasel to the clipboard to a text document? I've personally butted heads against this issue before. Are you using squeeze or wheezy? in wheezy, both middle

Re: can someone replicate this cut and paste bug?

2013-05-01 Thread songbird
Siard wrote: songbird wrote: in the future i'll have to proof read every copy and paste operation for funny translations. i don't know about you and how much you reference technical documents and copy and paste, but the sort of mistranslation is one that would make me shudder. is

can someone replicate this cut and paste bug?

2013-04-30 Thread songbird
particle size between 200–500 um and copy and paste it to any text terminal, vi'd document, or even LibreOffice doc. all do the same thing and translate it from um to mm. so if someone can replicate this it would help. if not, then i'd be stumped because i have no familiarity with cut

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread Winfried Boxleitner
size between 200–500 um and copy and paste it to any text terminal, vi'd document, or even LibreOffice doc. all do the same thing and translate it from um to mm. so if someone can replicate this it would help. if not, then i'd be stumped because i have no familiarity with cut and paste

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread songbird
Winfried Boxleitner wrote: --8323329-1930507433-1367307512=:19659 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable hello, I can confirm your observation! the following applications have the same behaviour: evince, xpdf and pdftotext. they

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread Andrei POPESCU
On Ma, 30 apr 13, 04:05:16, songbird wrote: not sure where to file a bug report for this? anyone have a good suggestion? I can reproduce this with Acrobat Reader (acroread package from deb-multimedia) as well. Maybe it's something related to the fonts used? Kind regards, Andrei --

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread Darac Marjal
. if not, then i'd be stumped because i have no familiarity with cut and paste underpinnings... I suspect the problem is the source document. What you're reading as 200-500 μm, is actually (if I can 'translate' to HTML for clarity) 200-500 font family=symbolm/fontm. That is, the first character

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread Brian
On Tue 30 Apr 2013 at 11:32:35 +0300, Andrei POPESCU wrote: On Ma, 30 apr 13, 04:05:16, songbird wrote: not sure where to file a bug report for this? anyone have a good suggestion? I can reproduce this with Acrobat Reader (acroread package from deb-multimedia) as well. Maybe

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread Lisi Reisz
On Tuesday 30 April 2013 10:39:53 Brian wrote: mupdf too. By this time I'd be thinking in terms of 'What is wrong with the PDF?'. Fonts, glyphs, unicode etc. Not much can be done about it without access to the source document. The discussion is made harder to follow by rendering the original

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread Jerry Stuckle
because i have no familiarity with cut and paste underpinnings... thanks much, songbird That's not a 'u' - it's the lower case greek letter mu, which is probably not in the charset you're using (sorry, I can't test it right now). -- To UNSUBSCRIBE, email to debian-user-requ

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread songbird
help. if not, then i'd be stumped because i have no familiarity with cut and paste=20 underpinnings... I suspect the problem is the source document. What you're reading as 200-500 =CE=BCm, is actually (if I can 'translate' to HTML for clarity) 200-500 font family=3Dsymbolm/fontm

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread Lisi Reisz
On Tuesday 30 April 2013 11:42:33 songbird wrote: they could be made aware some kind of strange effect is going on It isn't a strange effect. As Jerry and I said, it is just not preserving the font. No font is conserved. In this case it happens to matter. An initial µ is changed to M

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread Claudius Hubig
Dear songbird, what a wonderful name that is. songbird wrote: i can verify that in the Times New Roman font i'm using in Libreoffice that when i paste a µ into it that it does work correctly, but when i hit return at the end of the line it translates the initial µ into a capital M. this

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread Siard
songbird wrote: when cutting and pasting from evince to a terminal the process is translating a um into a mm which is a signifcant change for a technical document. the source document used was downloaded from: http://www.nature.com/srep/2013/130425/srep01732/pdf/srep01732.pdf;

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread songbird
Siard wrote: songbird wrote: when cutting and pasting from evince to a terminal the process is translating a um into a mm which is a signifcant change for a technical document. the source document used was downloaded from:

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread songbird
Claudius Hubig wrote: songbird wrote: i can verify that in the Times New Roman font i'm using in Libreoffice that when i paste a µ into it that it does work correctly, but when i hit return at the end of the line it translates the initial µ into a capital M. this happens on the first

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread songbird
Jerry Stuckle wrote: ... That's not a 'u' - it's the lower case greek letter mu, which is probably not in the charset you're using (sorry, I can't test it right now). right, it is μ. however, in my LibreOffice document and this text document it is showing up correctly when i paste it in

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread Brian
On Tue 30 Apr 2013 at 06:42:33 -0400, songbird wrote: i don't have access to the original document other than the link posted above. Bceause I've snipped a bit, it is http://www.nature.com/srep/2013/130425/srep01732/pdf/srep01732.pdf i hope it doesn't happen in other documents as i

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread Siard
songbird wrote: in the future i'll have to proof read every copy and paste operation for funny translations. i don't know about you and how much you reference technical documents and copy and paste, but the sort of mistranslation is one that would make me shudder. is there a safer copy

Re: can someone replicate this cut and paste bug?

2013-04-30 Thread Jerry Stuckle
On 4/30/2013 2:04 PM, songbird wrote: Jerry Stuckle wrote: ... That's not a 'u' - it's the lower case greek letter mu, which is probably not in the charset you're using (sorry, I can't test it right now). right, it is μ. however, in my LibreOffice document and this text document it is

Re: cut and paste with the screen program

2008-06-20 Thread Andrew Sackville-West
On Thu, Jun 19, 2008 at 08:21:46AM +, Tzafrir Cohen wrote: On Thu, Jun 19, 2008 at 05:34:17PM +1000, Daniel Dalton wrote: Hi, I'm using screen. (So I can have many terminals in one text-console). How can I cut and paste between screen terminals? (using the keyboard) I'm totally

Re: cut and paste with the screen program

2008-06-20 Thread Daniel Dalton
On Fri, Jun 20, 2008 at 06:55:11AM -0700, Andrew Sackville-West wrote: more specifically, use ctrl-a [ to switch to copy mode. Then use the cursor keys to move to the text you want to select. Use the spacebar to mark the beginning of the selection, cursor keys to move to the end of the

cut and paste with the screen program

2008-06-19 Thread Daniel Dalton
Hi, I'm using screen. (So I can have many terminals in one text-console). How can I cut and paste between screen terminals? (using the keyboard) I'm totally blind and use braille and a little bit of speech. Cheers, (And thanks for any help) -- Daniel Dalton http://members.iinet.net.au

Re: cut and paste with the screen program

2008-06-19 Thread Tzafrir Cohen
On Thu, Jun 19, 2008 at 05:34:17PM +1000, Daniel Dalton wrote: Hi, I'm using screen. (So I can have many terminals in one text-console). How can I cut and paste between screen terminals? (using the keyboard) I'm totally blind and use braille and a little bit of speech. Cheers

vmware cut and paste

2004-10-26 Thread Dave Howorth
I'm running VMware (4.5.2 build 8848) on Woody, with a Win2K guest. Everything I've tried works fine except for cut and paste between host and guest. If I make a primary X selection in an xterm, all the VMware Edit menu items stay grey. If I make a selection in Windows (CTRL-C or using a menu

Re: vmware cut and paste

2004-10-26 Thread Lance Hoffmeyer
Seems like cut and paste between host and guest is touch and go for me as well. I think it has worked here and there but I also remember cut and pasting into a file in guest, saving file, and then opening file in host as a work around. It is not a feature I use that much but I do remember

Re: vmware cut and paste

2004-10-26 Thread Douglas G. Phillips
Dave Howorth [EMAIL PROTECTED] writes: I'm running VMware (4.5.2 build 8848) on Woody, with a Win2K guest. Everything I've tried works fine except for cut and paste between host and guest. If I make a primary X selection in an xterm, all the VMware Edit menu items stay grey. If I make

Re: vmware cut and paste

2004-10-26 Thread Dave Howorth
Douglas G. Phillips wrote: I'm running VMware (4.5.2 build 8848) on Woody, with a Win2K guest. Everything I've tried works fine except for cut and paste between host and guest. If I make a primary X selection in an xterm, all the VMware Edit menu items stay grey. If I make a selection in Windows

Re: HD'n cut and paste i 2mb/sek med dma paslaget, hjelp!!

2003-07-03 Thread thomas biro
ner jag vill cut and paste en fil fran hda6 till hda8 sa gar det pa den otroliga farten av 2mb/sek .. er detta normal??? vad mer ska jag gora, jag er helt lost och jag vegrar acceptera 2mb/sek Du missar en viktig sak. När du kopierar/flyttar en fil mellan två partioner på samma

Re: HD'n cut and paste i 2mb/sek med dma paslaget, hjelp!!

2003-07-03 Thread Niklas Höglund
seconds = 34.22 MB/sec menner jag vill cut and paste en fil fran hda6 till hda8 sa gar det pa den otroliga farten av 2mb/sek .. er detta normal??? vad mer ska jag gora, jag er helt lost och jag vegrar acceptera 2mb/sek Du missar en viktig sak. När du kopierar/flyttar en fil

HD'n cut and paste i 2mb/sek med dma paslaget, hjelp!!

2003-07-02 Thread thomas biro
ok med tanke pa hardvaran. menner jag vill cut and paste en fil fran hda6 till hda8 sa gar det pa den otroliga farten av 2mb/sek .. er detta normal??? vad mer ska jag gora, jag er helt lost och jag vegrar acceptera 2mb/sek Helsningar Thomas

Emacs setzt high bit bei copy [was: Umlaute cut and paste emacs - console]

2003-03-19 Thread Norbert Preining
On Die, 18 Mär 2003, Robert Rakowicz wrote: wenn Du bei Google suchst und zwar in de.comp.editoren. Vor 2 -3 Monaten hatte ich ein gaaanz langen Thread angefangen wo es um Emacs/ Latin-9/ispell ging. Das tut jetzt alles wunderprächtig ;)) Danke. Die Lösung FÜR EIN PROBLEM war:

Re: Umlaute cut and paste emacs - console

2003-03-18 Thread Norbert Preining
On Die, 18 Mär 2003, M G Berberich wrote: Klar geht das. Tipp mal in einem xterm locale. Gute Idee, aber das ist es nicht, schließlich kann ich Umlaute auf der Konsole tippen und meine locale sind brav auf [EMAIL PROTECTED] (debian/sid). Herzliche Grüße Norbert

Re: Umlaute cut and paste emacs - console

2003-03-18 Thread Frank Kster
Norbert Preining [EMAIL PROTECTED] schrieb: On Die, 18 Mär 2003, M G Berberich wrote: Klar geht das. Tipp mal in einem xterm locale. Gute Idee, aber das ist es nicht, schließlich kann ich Umlaute auf der Konsole tippen und meine locale sind brav auf [EMAIL PROTECTED] (debian/sid). Und damit

Re: Umlaute cut and paste emacs - console

2003-03-18 Thread Norbert Preining
On Die, 18 Mär 2003, Frank Küster wrote: Und damit eben nicht latin1, sondern latin9, denn in latin1 gibt es Setzte ich die language env von emacs auf latin-9, dann funktioniert aber wieder ispell nicht. Grummelgrummel. Dafür funktioniert CP VON xterm nach emacs. Von emacs nach xterm kommen nach

Re: Umlaute cut and paste emacs - console

2003-03-18 Thread Martin Schmitz
Norbert Preining [EMAIL PROTECTED] writes: On Die, 18 Mär 2003, Frank Küster wrote: Und damit eben nicht latin1, sondern latin9, denn in latin1 gibt es Setzte ich die language env von emacs auf latin-9, dann funktioniert aber wieder ispell nicht. Grummelgrummel. Dafür funktioniert CP VON

Re: Umlaute cut and paste emacs - console

2003-03-18 Thread Robert Rakowicz
Norbert Preining [EMAIL PROTECTED] writes: Hi, Hallo! Ich möchte gerne zwei Sachen erreichen: * Cut'n'Paste zwischen xterm/console und emacs sollte Umlaute mit nehmen * ispell von deutschn Texten in emacs Um Punkt 2 zu erreichen habe ich (set-language-environment latin-1) [...]

Umlaute cut and paste emacs - console

2003-03-17 Thread Norbert Preining
Hallo! Ich möchte gerne zwei Sachen erreichen: * Cut'n'Paste zwischen xterm/console und emacs sollte Umlaute mit nehmen * ispell von deutschn Texten in emacs Um Punkt 2 zu erreichen habe ich (set-language-environment latin-1) in meine .emacs file. Damit kann ich zwar dann deutsch Text

Re: Umlaute cut and paste emacs - console

2003-03-17 Thread M G Berberich
Hallo, Am Tuesday, den 18. March 2003 08:24:29 schrieb Norbert Preining: Das kanns doch nicht sein, oder? Es sollte doch möglich sein latin1 text hin und her zu kopieren und dabei nichts zu verlieren? Klar geht das. Tipp mal in einem xterm locale. MfG bmg -- Des is völlig

GNU Emacs cut-and-paste broken

2003-01-14 Thread Adam
I am running Debian/Woody and Gnome 2. Suddenly I find I can not cut-and-paste from GNU Emacs to other programs like gnome-terminal and Mozilla anymore. I could have sworn this was working before, then I think I did something in Mozilla and it broke. How can I fix this? Thanks, Adam

Re: GNU Emacs cut-and-paste broken

2003-01-14 Thread Adam
I restarted GNU Emacs and it did not work. I quit everything and rebooted and now I can cut-and-paste between GNU Emacs and gnome-terminal as before. I can cut from Mozilla and paste into GNU Emacs but I cannot cut from GNU Emacs and paste into Mozilla. I think it is a problem with Mozilla

Re: GNU Emacs cut-and-paste broken

2003-01-14 Thread Kirk Strauser
At 2003-01-14T08:30:03Z, Adam [EMAIL PROTECTED] writes: I can cut from Mozilla and paste into GNU Emacs but I cannot cut from GNU Emacs and paste into Mozilla. I think it is a problem with Mozilla. Unfortunately, I think that the program's on your end. I have no such problem here. -- Kirk

Re: GNU Emacs cut-and-paste broken

2003-01-14 Thread Johann Spies
On Tue, Jan 14, 2003 at 09:17:37AM -0600, Kirk Strauser wrote: At 2003-01-14T08:30:03Z, Adam [EMAIL PROTECTED] writes: I can cut from Mozilla and paste into GNU Emacs but I cannot cut from GNU Emacs and paste into Mozilla. I think it is a problem with Mozilla. Unfortunately, I think

X window cut-n-paste question

2002-04-10 Thread Bill Moseley
Ok, I have to ask. What's the equivalent to windows, mark text to copy, Ctrl-C, move mouse, mark text to replace, ctrl-V to replace? I often find my self highlighting some that I want to paste someplace else. But that someplace else (like a Location entry for a browser) already has text in the

Re: X window cut-n-paste question

2002-04-10 Thread Crispin Wellington
On Wed, 2002-04-10 at 12:58, Bill Moseley wrote: Ok, I have to ask. What's the equivalent to windows, mark text to copy, Ctrl-C, move mouse, mark text to replace, ctrl-V to replace? I often find my self highlighting some that I want to paste someplace else. But that someplace else (like

Re: X window cut-n-paste question

2002-04-10 Thread Matthew Dalton
Bill Moseley wrote: Ok, I have to ask. What's the equivalent to windows, mark text to copy, Ctrl-C, move mouse, mark text to replace, ctrl-V to replace? I often find my self highlighting some that I want to paste someplace else. But that someplace else (like a Location entry for a

Re: X window cut-n-paste question

2002-04-10 Thread Elizabeth Barham
Bill Moseley [EMAIL PROTECTED] writes: What's the equivalent to windows, mark text to copy, Ctrl-C, move mouse, mark text to replace, ctrl-V to replace? I often find my self highlighting some that I want to paste someplace else. But that someplace else (like a Location entry for a

mozilla cut and paste not working

2001-10-13 Thread xucaen
anyone else having problems with Mozilla's cut and paste? I should be able to highlight it and paste it into another window using the middle button. it works for everything else and worked for netscape. Has this happened to anyone else? thanks!! xucaen

Please Help: cut-n-paste problem while using hpterm on Debian 2.2 (kernel 2.4.1)

2001-02-06 Thread Sumit Sarkar
This is 2nd time I am posting this message. sumit Hi There!, This is my first time in this mailing list. I am having cut-n-paste problem while using 'hpterm' on Debian 2.2 potato and kernel is: 2.4.1 #2 SMP Thu Feb 1 16:22:58 PST 2001 i686 The problem is like this: I am displaying

Re: Please Help: cut-n-paste problem while using hpterm on Debian 2.2 (kernel 2.4.1)

2001-02-06 Thread Erdmut Pfeifer
On Tue, Feb 06, 2001 at 06:40:30PM +, Sumit Sarkar wrote: This is 2nd time I am posting this message. sumit Hi There!, This is my first time in this mailing list. I am having cut-n-paste problem while using 'hpterm' on Debian 2.2 potato and kernel is: 2.4.1 #2 SMP Thu Feb 1 16

cut-n-paste problem while using hpterm on Debian 2.2 (kernel 2.4.1)

2001-02-05 Thread Sumit Sarkar
Hi There!, This is my first time in this mailing list. I am having cut-n-paste problem while using 'hpterm' on Debian 2.2 potato and kernel is: 2.4.1 #2 SMP Thu Feb 1 16:22:58 PST 2001 i686 The problem is like this: I am displaying 'hpterm' from a HP-UX 11.00 box in my Linux box. I am

Re: cut-and-paste

2001-01-03 Thread Robert L. Harris
H. I don't seem to have a /dev/gmpdata. Can you give me an LS on it so I can do a mknod? I turned off GPM, set my laptop to use /dev/psaux and a ps2 type. I told it to use Emulate3Buttons, but when I try to hit both buttons so I can paste it treats it as a 3rd click of the first button.

Re: cut-and-paste

2001-01-03 Thread Ethan Benson
On Wed, Jan 03, 2001 at 10:18:24AM -0700, Robert L. Harris wrote: H. I don't seem to have a /dev/gmpdata. Can you give me an LS on it so I can do a mknod? its a fifo, i thought gpm created it automatically but maybe not: mkfifo /dev/gpmdata chmod 644 /dev/gpmdata -- Ethan Benson

Re: cut-and-paste

2000-12-27 Thread Henry House
On Tue, Dec 26, 2000 at 05:55:02PM -0800, Nate Amsden wrote: gpm is for console mouse support. running it without having it properly configured can cause a communications conflict as either X or gpm can have control of the mouse, but not both. if gpm is configured right(i don't know how, i've

cut-and-paste

2000-12-26 Thread Robin Rowe
Is there a cut-and-paste how-to or FAQ somewhere? 1. What are cut, copy, paste, and undo keys that would be equivalent to ctrl-x, ctrl-c, ctrl-v, and ctrl-z keys in Windows? 2. What is gpm supposed to do and why does running it freeze my mouse in X? Cheers, Robin [EMAIL PROTECTED]

Re: cut-and-paste

2000-12-26 Thread paul
On Tue, 26 Dec 2000 11:59:50 -0800, Robin Rowe said: - Is there a cut-and-paste how-to or FAQ somewhere? - - 1. What are cut, copy, paste, and undo keys that would be equivalent to - ctrl-x, ctrl-c, ctrl-v, and ctrl-z keys in Windows? In apps that don't have copy/paste menu's, you can just

Re: cut-and-paste

2000-12-26 Thread ktb
On Tue, Dec 26, 2000 at 11:59:50AM -0800, Robin Rowe wrote: Is there a cut-and-paste how-to or FAQ somewhere? 1. What are cut, copy, paste, and undo keys that would be equivalent to ctrl-x, ctrl-c, ctrl-v, and ctrl-z keys in Windows? 2. What is gpm supposed to do and why does running

Re: cut-and-paste

2000-12-26 Thread Nate Amsden
Robin Rowe wrote: Is there a cut-and-paste how-to or FAQ somewhere? not that im aware of. 1. What are cut, copy, paste, and undo keys that would be equivalent to ctrl-x, ctrl-c, ctrl-v, and ctrl-z keys in Windows? i believe this is toolkit dependent. and can be even application dependent

Re: XEamcs -- how to assign keys to Cut, Copy, Paste?

1999-09-16 Thread David Z. Maze
Brian Boonstra [EMAIL PROTECTED] writes: Brian How can I assign keys to Cut, Copy, and Paste in XEmacs. As in C-w (kill-region), M-w (kill-ring-save), and C-y (yank)? You can add other keys with global-set-key; see the sample .emacs file (Help/Samples/Sample .emacs) for examples. -- David Maze

XEamcs -- how to assign keys to Cut, Copy, Paste?

1999-09-15 Thread Brian Boonstra
Hi How can I assign keys to Cut, Copy, and Paste in XEmacs. Ideally, they would not be lots of keystrokes combined. On a related note, my frien Bill Bumgartner once gave me the included function for my .emacs file...it causes the paste command to replace the selection

piping text from command into X selection (cut and paste) buffer

1999-05-26 Thread Jens B. Jorgensen
I deleted the original post from someone who asked about the existence of such a utility. Anyway, I have always wished I had such a utility myself so I determined to write one. I used Qt to write it since I'm not versed in low-level X programming. I'm including the code and will send a binary to

cut-and-paste mouse problem

1999-03-29 Thread Armin Wegner
Hi, I've got a three button logitec mouse. when I click the middle mouse button the cut buffer is printed several times to the xterm prompt instead of one time only. How can I change this? Armin

Re: cut-and-paste mouse problem

1999-03-29 Thread Wayne Topa
Subject: cut-and-paste mouse problem Date: Mon, Mar 29, 1999 at 01:33:05PM +0200 In reply to:Armin Wegner Quoting Armin Wegner([EMAIL PROTECTED]): Hi, I've got a three button logitec mouse. when I click the middle mouse button the cut buffer is printed several times

Re: Cut and Paste/ Xirc?

1998-05-29 Thread Norbert Veber
are the keys or commands to use cut and paste in Xwindows? I know in WinBlows 95 it was CTL-X for cut, CTL-C for copy and CTL-V for paste. In normal terminal within Linux I know I can highlight the area with a mouse and it will put it in the buffer and hit the right mouse button to paste it. I tried

Re: Cut and Paste/ Xirc?

1998-05-29 Thread Harry Tuttle
On Thu, May 28, 1998 at 08:25:15PM -0400, Norbert Veber wrote: Copy: same as console (left button) Paste: 3rd button Thanks got that one working now, hopefully Also, has anyone else been able to get Xirc to run in Xwindows? I haven't been able to run it at all. I

Cut and Paste/ Xirc?

1998-05-28 Thread Michael Acklin
Hello everyone, I know this has been asked before, but just a quick browse of the archives, I wasn't able to find. Wished there was a grep button on the mailing list archves.:) Ok, here's my question. What are the keys or commands to use cut and paste in Xwindows? I know

Cut and paste question

1998-05-28 Thread Tim O'Brien
I've been using Debian for quite a while now, and was wondering what sort of support Linux/X has for cut and paste? Sure, there's the stuff with GPM where things can be cut and pasted, but it's not very universal. Though I hate to admit it, this is one of the (very) few places where Windoze

Re: Cut and paste question

1998-05-28 Thread Bonard B. Timmons III
Tim O'Brien [EMAIL PROTECTED] writes: I've been using Debian for quite a while now, and was wondering what sort of support Linux/X has for cut and paste? Sure, there's the stuff with GPM where things can be cut and pasted, but it's not very universal. Could you be more specific? It always

  1   2   >