Re: Sorting selections in MCEDIT

2022-05-23 Thread Tim Stoodt via mc
For more complex sorts you could set the mc sort order to Unsorted, then F9, Command, External panelize, then a regular unix sort command like ls | sort -t"_" -k3,3 let unix do the sort. On 5/23/22 7:16 AM, Ben wrote: I've searched all over the net, read the MCEDIT and MC man pages,

Sorting selections in MCEDIT

2022-05-23 Thread Ben
I've searched all over the net, read the MCEDIT and MC man pages, pressed F1 in the proper context, and I can't find any reference to the sorting parameters for the OPTIONS/SORT command in MCEDIT. I tried a bunch of things to get it to reverse the default sort order, and finally found that &qu

Multiple patches with new functions for mcedit

2022-03-12 Thread Sebastian Gniazdowski via mc
Hi, I was coding my mcedit fork for some time and I've added c.a. 17 new functionalities to it. I've submitted all of them to upstream but all of them were rejected. So I thought of writing this email and offering them to anyone for $25 each. Here is the list of them, maybe you'll find something

Re: Do your mcedit freeze for a moment, especially at file save?

2021-06-27 Thread Yury V. Zaytsev
On Fri, 25 Jun 2021, Sebastian Gniazdowski wrote: Yes, of course I'll disclose the bug. I only asked because I wanted to know that it isn't only me, that's all. Could someone confirm the issue? Thanks, that's helpful! Interesting that since the bug was introduced about 10 years ago nobody

Re: Do your mcedit freeze for a moment, especially at file save?

2021-06-25 Thread Sebastian Gniazdowski via mc
wrote: > So maybe you’d care to disclose what the bug was and how did you fix it? > There is a general problem with input parsing, which can lead to effects > like this, but there are no known mcedit specific bugs of such sort. > > Sent from my iPad > > On 25. Jun 2021, at 0

Re: Do your mcedit freeze for a moment, especially at file save?

2021-06-25 Thread Yury V. Zaytsev
So maybe you’d care to disclose what the bug was and how did you fix it? There is a general problem with input parsing, which can lead to effects like this, but there are no known mcedit specific bugs of such sort. Sent from my iPad > On 25. Jun 2021, at 09:59, Sebastian Gniazdowski via

Do your mcedit freeze for a moment, especially at file save?

2021-06-25 Thread Sebastian Gniazdowski via mc
Hi! I think that I've found a bug in mcedit which is: at save the UI freezes for 2…5 secs, and is likely to become quicker unlocked if one will bang enter rapidly. I wonder if only I have been occurring this issue? After fixing the bug in my fork it is much better now. -- Best regards, Sebastian

Re: mcedit: Is there a way to tell mcedit to start in window mode instead of full screen?

2021-01-23 Thread Sebastian Gniazdowski via mc
b Currey > > > Sent from my Galaxy > > > Original message > From: Sebastian Gniazdowski via mc > Date: 1/16/21 9:13 AM (GMT-06:00) > To: mc@gnome.org > Subject: Re: mcedit: Is there a way to tell mcedit to start in window mode > instead of f

Re: mcedit: Center current line in middle of screen

2021-01-21 Thread Sebastian Gniazdowski via mc
irection in them > > compliant with the maintainer vision? > > Sorry, I've used up the time that I can make for mc for the coming months, > but to make it short, I'd rather side with Andrew. > > I'm pretty averse to overloading mcedit with small hardly discoverable > functions (h

Re: mcedit: Center current line in middle of screen

2021-01-21 Thread Yury V. Zaytsev
for mc for the coming months, but to make it short, I'd rather side with Andrew. I'm pretty averse to overloading mcedit with small hardly discoverable functions (however useful they are), and bolting on a questionable scripting engine on top of that. There are enough fundamental problems

Re: mcedit: Center current line in middle of screen

2021-01-21 Thread bcurrey99 via mc
with all my macros.  The macro language gave it tremendous power and flexibility. Bob Currey Sent from my Galaxy Original message From: Sebastian Gniazdowski via mc Date: 1/20/21 5:27 PM (GMT-06:00) To: "Yury V. Zaytsev" Cc: mc@gnome.org Subject: Re: mcedit: Cent

Re: mcedit: Center current line in middle of screen

2021-01-20 Thread Sebastian Gniazdowski via mc
Hi, I have made the wish list on the ticket system: http://midnight-commander.org/ticket/4177 Are there any interesting entries? Or: is the direction in them compliant with the maintainer vision? -- Sebastian Gniazdowski ___ mc mailing list

Re: mcedit: Is there a way to tell mcedit to start in window mode instead of full screen?

2021-01-16 Thread bcurrey99 via mc
Original message From: Sebastian Gniazdowski via mc Date: 1/16/21 9:13 AM (GMT-06:00) To: mc@gnome.org Subject: Re: mcedit: Is there a way to tell mcedit to start in window mode instead of full screen? (I'm replying to the list this time, just ensuring that it's not missed)Can I ask

Re: mcedit: Is there a way to tell mcedit to start in window mode instead of full screen?

2021-01-16 Thread Sebastian Gniazdowski via mc
; mode > > $ mcedit --help > Usage: > mcedit [OPTION…] [+lineno] file1[:lineno] [file2[:lineno]...] > > > GNU Midnight Commander 4.8.25-154-g33c84e75e > > > Help Options: > -h, --helpShow help options > --help-allShow all help opti

Re: mcedit: Center current line in middle of screen

2021-01-16 Thread Martin Michel
and emacs user, but got fed up with many things in both editors, especially with the complexity and bloat which came with third-party packages and extensions. That is why I am still looking for a replacement and mcedit is indeed on the very top of my list. Anyhow, I will upload my patch to your ticke

mcedit: Is there a way to tell mcedit to start in window mode instead of full screen?

2021-01-15 Thread Bob Currey via mc
I looked on the --help screen but didn't see an option to open in window mode $ mcedit --help Usage:   mcedit [OPTION…] [+lineno] file1[:lineno] [file2[:lineno]...] GNU Midnight Commander 4.8.25-154-g33c84e75e Help Options:   -h, --help    Show help options   --help-all

Re: mcedit: Center current line in middle of screen

2021-01-15 Thread Sebastian Gniazdowski via mc
ime instead to integrate the Lua fork by > mooffie. Unfortunately he wasn't up to maintaining his work of a genius > (no kidding) and we don't have resources to take it over. I think that he had one initial mistake, if I can say so – he scripted mc and not mcedit. I think that it's an editor

Re: mcedit: Center current line in middle of screen

2021-01-15 Thread Yury V. Zaytsev
On Fri, 15 Jan 2021, Sebastian Gniazdowski via mc wrote: I'm also working on adding a S-Lang scripting to it :) It already works on my machine. It was really simple, just invoking SLang_init_all() and that was it, as libslang is already linked :) I have a plugin in it that implements adding

Re: mcedit: Center current line in middle of screen

2021-01-15 Thread Sebastian Gniazdowski via mc
noticed when I moved from Vim to MCEdit recently. I was doing "zz" command very often there. I would guess that this has something to do with "rapidly changing pictures" topic in neurobiology. To address this, I propose an enhancement: to move display little slowly, gradually

Re: mcedit: Center current line in middle of screen

2021-01-15 Thread Sebastian Gniazdowski via mc
PS. There's one more patch that I hope will be accepted (after I improve it according to style guide): https://midnight-commander.org/ticket/4160 On Fri, 15 Jan 2021 at 11:05, Sebastian Gniazdowski wrote: > On Thu, 14 Jan 2021 at 15:24, wrote: > >> Hi there, >> >> to me

Re: mcedit: Center current line in middle of screen

2021-01-15 Thread Sebastian Gniazdowski via mc
On Thu, 14 Jan 2021 at 15:24, wrote: > Hi there, > > to me, mcedit is a hidden gem. For me too. It is so good that I've started to improve it recently. See my pending patches: - https://midnight-commander.org/ticket/4165 - http://midnight-commander.org/ticket/4169 - http:/

mcedit: Center current line in middle of screen

2021-01-14 Thread martin
Hi there, to me, mcedit is a hidden gem. It struck the right balance between ease of use, advanced features and simplicity. However, I miss an important function: The ability to center the current line in the middle of the screen. I could not find it anywhere, maybe someone from the community

Re: How to switch from mcedit to mc file manager without closing editor?

2019-04-24 Thread Alexey Murz Korepov via mc
Apr 2019, Alexey Murz Korepov via mc wrote: > > > mcedit allow to open multiple files at once, but provide no build-in > > good interface for select seconf file to open - only window for manually > > write path to file. Is there any way exists to switch back into mc file > &g

Re: How to switch from mcedit to mc file manager without closing editor?

2019-04-23 Thread Yury V. Zaytsev
On Mon, 22 Apr 2019, Alexey Murz Korepov via mc wrote: mcedit allow to open multiple files at once, but provide no build-in good interface for select seconf file to open - only window for manually write path to file. Is there any way exists to switch back into mc file manager panels from

Re: How to switch from mcedit to mc file manager without closing editor?

2019-04-23 Thread Keith Roberts
Hi Alexey, I tend to use a Konsole shell with 3 or 4 different tabs each running an instance of mc to edit multiple files at once. HTH Keith Roberts On 22/04/2019 19:10, Alexey Murz Korepov via mc wrote: mcedit allow to open multiple files at once, but provide no build-in good interface

%f macro in mcedit

2017-09-26 Thread Sergiy Vovk
Hi! My mc version: $ mc --version GNU Midnight Commander 4.8.19 System: Fedora 24 I just want to tell you that %f macro in mcedit is not correct. It contains the current file name that is selected in the panel but not the actual file name that is opened in mcedit. I created the mcedit item

Re: mcedit: undo warning

2017-09-10 Thread Yury V. Zaytsev
On Sun, 10 Sep 2017, Dmitry L. wrote: It looks like a bug for me. In mcedit I have next warning when remove block of text (when length is large than 16384): "Block is large, you may not be able to undo this action" But actually I can undo only when remove block of text with length

mcedit: undo warning

2017-09-10 Thread Dmitry L.
Hello! It looks like a bug for me. In mcedit I have next warning when remove block of text (when length is large than 16384): "Block is large, you may not be able to undo this action" But actually I can undo only when remove block of text with length less than 8190. So, when I re

Re: Local-to-dir mcedit prefs or quick profiles?

2017-02-21 Thread Mooffie
On 2/20/17, wwp <subscr...@free.fr> wrote: > I'm using mcedit to edit sources in many projects, some of them have > coding conventions that require [...] and some require [...] > > What feature or best practice would you suggest in order to quickly > switch mcedit settings (g

Re: Local-to-dir mcedit prefs or quick profiles?

2017-02-20 Thread Andrew Borodin
On Mon, 20 Feb 2017 11:24:48 +0100 (CET) "Yury V. Zaytsev" wrote: > On Mon, 20 Feb 2017, wwp wrote: > > > What feature or best practice would you suggest in order to quickly > > switch mcedit settings (general editor options) according to the file >

Re: Local-to-dir mcedit prefs or quick profiles?

2017-02-20 Thread wwp
Hello, On Mon, 20 Feb 2017 13:32:32 +0300 Andrew Borodin <aboro...@vmail.ru> wrote: > On Mon, 20 Feb 2017 11:24:48 +0100 (CET) "Yury V. Zaytsev" wrote: > > On Mon, 20 Feb 2017, wwp wrote: > > > > > What feature or best practice would you suggest

Re: Local-to-dir mcedit prefs or quick profiles?

2017-02-20 Thread Yury V. Zaytsev
On Mon, 20 Feb 2017, wwp wrote: What feature or best practice would you suggest in order to quickly switch mcedit settings (general editor options) according to the file location? What do you guys do in such situation? (note that I'm using it for more 15 years, and decide to ask the community

Local-to-dir mcedit prefs or quick profiles?

2017-02-20 Thread wwp
Hello there, I'm using mcedit to edit sources in many projects, some of them have coding conventions that require the sources format to contain tabs (8-char wide tabs, 4-char, sometimes 2-) and some require tabs to be filled w/ spaces instead. mcedit works very well w/ this, but unless I use

Re: mcedit: basic syntax file for rust language

2016-10-04 Thread Yury V. Zaytsev
On Tue, 4 Oct 2016, Laurent Wandrebeck wrote: Please find attached a syntax file to add (basic, and probably still a bit buggy) rust support. Could you please submit a patch via Trac, so it doesn't get lost on the mailing list? Many thanks! -- Sincerely yours, Yury V. Zaytsev

mcedit: basic syntax file for rust language

2016-10-04 Thread Laurent Wandrebeck
Hi there, Please find attached a syntax file to add (basic, and probably still a bit buggy) rust support. Only addition needed to Syntax file is: file .\*\\.rs$ Rust\ssource include rust.syntax Please evaluate it for inclusion. Thanks, -- Laurent Wandrebeck #

Support Request: mcedit

2015-01-12 Thread Fabio Abbiati
Dear Sir, I'm using your product on a Linux server (distribution SuSE Linux Enterprise Server 11 Service Pack 3). The version I'm using is the latest version in the official repository : GNU Midnight Commander 4.6.2-pre1. The problem I have is when I'm modifying a text file using 'mcedit

Support Request: mcedit

2015-01-12 Thread Fabio Abbiati
Dear Sir, I'm using your product on a Linux server (distribution SuSE Linux Enterprise Server 11 Service Pack 3). The version I'm using is the latest version in the official repository : GNU Midnight Commander 4.6.2-pre1. The problem I have is when I'm modifying a text file using 'mcedit

bugs on mcedit

2013-02-06 Thread h168er1as
The application, mcedit, would collapse and close when I choose thesyntax file and menu file on option in menu bar. The terminal displays asegment fault. Sorry, I am a Chinese and my English is not good. My OSis ubuntu12.04.___ mc-devel mailing list

mcedit tags completion

2012-03-19 Thread Sergey Naumov
Hello. I would like to ask whether it is possible in mcedit to make autocompletion use TAGS file? Now when I press M-Enter while cursor is on incomplete function name, mcedit suggests me to jump to function definition in another file, but when I press E-Tab, function's name can't be completed

No spell check in 4.8.1 (mcedit)

2012-02-06 Thread Christian Dysthe
Hi, I had some problmes with formatting in the 4.7.0.9 build so I added the nightly binary repo and got 4.8.1 which works great except for getting spell check to work. When I mark some text and do ispell from the drop down I get this error message: Cannot open file /home/user/share/mc/mcedit

mcedit: Two spaces between words when formatting paragraph

2012-02-05 Thread Christian Dysthe
Hi, I use mcedit for almost everything including composing e-mail. I have it set with typewriter wrapping which works well. But sometimes I need to use the 'Format Paragraph' (M-p) command. It works but several words get two spaces between them instead of one. What is the reason

word completion in mcedit

2011-11-02 Thread Sergey Naumov
Hello. I would like to ask whether it is possible to use some key combination for word completion in mcedit instead of Esc + Tab? As to me, Ctrl + Space would be much more convinient to use. If there is no possibility for rebinding, is there a chance that Ctrl + Space will be added to newer

mcedit bug?

2011-03-30 Thread Dmitrij
In mcedit function replace(F4) search string :^$ replacement string: check [x] regular expression and press [Enter], show window Confirm replace and press [Enter] results: STOP P.S. MC version 4.7.0.3 OS Gentoo Linux ___ mc mailing list http

Re: mcedit bug?

2011-03-30 Thread Andrew Borodin
On Wed, 30 Mar 2011 15:24:33 +0800 Dmitrij wrote: In mcedit function replace(F4) search string :^$ replacement string: check [x] regular expression and press [Enter], show window Confirm replace and press [Enter] results: STOP Yes, this is known bug: http://www.midnight-commander.org

mcedit tab color settings

2011-01-25 Thread László Monda
Hi List, I'm using my own color scheme for Midnight Commander: http://monda.hu/blog/2009/05/11/kickass-black-midnight-commander-color-scheme/ Unfortunately tabs are visualized with blue background in mcedit and I couldn't find any info about what keyword should I use for defining its color

Re: mcedit exit bug

2010-11-26 Thread SZABÓ Gergely
Hello, Sorry, the mcedit exit bug was also a false alarm. I've configured mc to exit upon a _single_ Escape. But I got used to the double Escapes in the past too much, so I still do it occasionally. The 1st Escape exits mcedit, but the 2nd goes to the terminal. Sorry again G

mcedit exit bug

2010-11-25 Thread SZABÓ Gergely
Hello, I've found a small bug in standalone mcedit. It is my default editor, so for instance even git commit invokes it. After mcedit exits, it seems to leave some invisible character or escape sequence in my terminal, so the first character of my next command does not show up. Example: $ git

Re: mcedit exit bug

2010-11-25 Thread SZABÓ Gergely
Hello, I've just compiled and installed 58ea06d Merge branch '2417_edit_search_charset' I'm using gnome-terminal 2.30.2 (Ubuntu 10.04.1). Standalone mcedit still eats the 1st typed character after exiting. On the other hand, I can't reproduce the segfault in gzipped file while M-? Search

Re: mcedit syntax highlighting

2010-08-25 Thread Michelle Konzack
/cedit the global /usr/share/mc/syntax/Syntax is not more read... This is WHY I sayed, you have to copy the whole directory to your home. Or did I hit a forgotten bug under Woody, Sarge, Etch and Lenny? Note that mc (or maybe mcedit) has to be restarted to take effect Not right... Open a C

Re: mcedit syntax highlighting

2010-08-21 Thread Keith Roberts
On Sat, 21 Aug 2010, Michelle Konzack wrote: To: mc@gnome.org From: Michelle Konzack linux4miche...@tamay-dogan.net Subject: Re: mcedit syntax highlighting Hello Stanisław Findeisen, Am 2010-08-21 14:56:21, hacktest Du folgendes herunter: On 2010-08-21 03:10, Michelle Konzack wrote: He can

Re: mcedit syntax highlighting

2010-08-21 Thread Michelle Konzack
Hello Keith Roberts, Am 2010-08-21 19:54:36, hacktest Du folgendes herunter: What about copying ALL the mc syntax files to the user's ~/.mc/cedit/Syntax directory? Does that work? This is what I have done. and it works flawless, but if you have a major update of mc which adds new Syntaxfiles,

mcedit syntax highlighting

2010-08-20 Thread Stanisław Findeisen
Hi I have a horrible syntax highlighting when editing C files with mcedit. It hurts my eyes. How can this be fixed? For instance I'd prefer #includes and #defines to be light green rather than red. Thanks! STF http://eisenbits.homelinux.net/~stf/ OpenPGP: DFD9 0146 3794 9CF6 17EA D63F DBF5

Re: mcedit syntax highlighting

2010-08-20 Thread Michelle Konzack
Hello Keith Roberts, Am 2010-08-20 21:16:11, hacktest Du folgendes herunter: Well you don't say which OS platform you are using. On Fedora 12 mcedit's syntax files are under, /usr/share/mc/syntax/ If you edit your syntax files, be sure to make backup copies somewhere. Because when mc is

Re: Change in mcedit exit dialog

2010-07-11 Thread Oswald Buddenhagen
On Sun, Jul 11, 2010 at 02:41:40AM +0100, Norbert Nemec wrote: I just installed 4.7.3 and was very surprised by the change in the exit dialog of mcedit. http://www.midnight-commander.org/ticket/2265 ___ mc-devel mailing list http://mail.gnome.org

Change in mcedit exit dialog

2010-07-10 Thread Norbert Nemec
Hi there, I just installed 4.7.3 and was very surprised by the change in the exit dialog of mcedit. After years of using mcedit, I do not even think about the key sequence for saving and quitting: [F10],[right],[return] It used to be that the exit dialog would have three buttons [cancel

[feature request] mcedit: editing several files at once

2010-05-11 Thread Laurent Wandrebeck
Hi, After a bit of search, I've been unable to find if that was ever asked. Do you plan to extend mcedit so that editing several files at once become possible ? (with some kind of a buffer à la vi or something). It would be nice to have, imho. Keep up the good work, Regards, -- Laurent

Re: [feature request] mcedit: editing several files at once

2010-05-11 Thread Yury V. Zaytsev
On Tue, 2010-05-11 at 15:23 +0200, Laurent Wandrebeck wrote: After a bit of search, I've been unable to find if that was ever asked. Check out the Trac, I guess there was a request for screen multiplexing. However, personally, I don't see a room for such feature when there's screen and tmux

On unexpected case sensitivity in regex searches in mcedit

2010-05-04 Thread Reynir Stefansson
This still occurs in mc 4.7.0.4. Sigh... Regexes within brackets '[]' appear to be the ones affected. Reynir Heiðberg Stefánssonreyni...@mi.is ___ mc mailing list http://mail.gnome.org/mailman/listinfo/mc

mcedit

2010-03-15 Thread Ben
I use mcedit constantly, running it on an OS X 10.5.8 terminal to numerous remote redhat 9 linux machines from within mc, and on occasion invoked as mcedit (which I presume, as per the docs, is just mc -e.). On occasion, I run into a file with ^M at the end of a line in MCEDIT. I can delete

Re: mcedit

2010-03-15 Thread Andrew Borodin
On Wed, 10 Mar 2010 08:12:08 -0700 Ben wrote: Regular expressions - no. ^M, no. The format string replace... I don't even understand HOW you would use that to find a control character. %015, no. \015, no. \r, no. %13, no. %0D, no. 0x0D, no. [^M], no. Strange. Enter search string: \r Enter

Re: mcedit

2010-03-10 Thread Ben
I use mcedit constantly, running it on an OS X 10.5.8 terminal to numerous remote redhat 9 linux machines from within mc, and on occasion invoked as mcedit (which I presume, as per the docs, is just mc -e.). On occasion, I run into a file with ^M at the end of a line in MCEDIT. I can delete

Re: mcedit

2010-03-10 Thread wwp
Hello Ben, On Wed, 10 Mar 2010 09:01:36 -0700 Ben 2blkb...@nemontel.net wrote: I use mcedit constantly, running it on an OS X 10.5.8 terminal to numerous remote redhat 9 linux machines from within mc, and on occasion invoked as mcedit (which I presume, as per the docs, is just mc -e

Re: mcedit

2010-03-10 Thread Yury V. Zaytsev
On Wed, 2010-03-10 at 10:34 -0700, Ben wrote: Is there truly no way to search for ^M or other embedded control characters? ^M are not the embedded control characters. It's just the way mcedit represents \r's (carriage return character). So if you run dos2unix on the file or search and replace

Re: mcedit

2010-03-10 Thread Theodore Kilgore
On Wed, 10 Mar 2010, Yury V. Zaytsev wrote: On Wed, 2010-03-10 at 10:34 -0700, Ben wrote: Is there truly no way to search for ^M or other embedded control characters? ^M are not the embedded control characters. It's just the way mcedit represents \r's (carriage return character). So

Re: mcedit

2010-03-10 Thread Yury V. Zaytsev
On Wed, 2010-03-10 at 16:21 -0600, Theodore Kilgore wrote: At the same time, I can see that someone else has a different problem and needs not to see them. I can understand his problem, and I sympathize. But please do not try to solve his problem by screwing things up for others. Try to

Re: mcedit

2010-03-10 Thread Theodore Kilgore
On Wed, 10 Mar 2010, Yury V. Zaytsev wrote: On Wed, 2010-03-10 at 16:21 -0600, Theodore Kilgore wrote: At the same time, I can see that someone else has a different problem and needs not to see them. I can understand his problem, and I sympathize. But please do not try to solve his problem

[Fwd: [Pkg-mc-devel] Bug#570502: mcedit: adding extra spaces when pasting a text preceded by spaces]

2010-02-19 Thread Yury V. Zaytsev
Hi guys! Could you please have a look? mc 4.7.0.1 / autoindent on enter is on. Is this a bug or not? -- Sincerely yours, Yury V. Zaytsev Forwarded Message When pasting a text preceded by spaces, mcedit puts extra spaces/tabs before each line. It is very inconvenient and I

Re: replace mcedit with emacsclient without chaning $EDITOR

2010-02-09 Thread Haines Brown KB1GRM ET1
this is why nano normally comes up as editor rather than mcedit. In /usr/share/mc/bin/mc-wrapper.sh I followed your advice and moved the EDITOR=/usr/bin/emacsclient line to before the /usr/bin/mc -P $MC_PWD_FILE $@ line. Nano still comes up as editor. I tried using EDITOR=/usr/bin/emacs instead

Re: replace mcedit with emacsclient without chaning $EDITOR

2010-02-08 Thread Haines Brown KB1GRM ET1
On Mon, Feb 08, 2010 at 10:22:03AM +0300, Andrew Borodin wrote: On Sun, 7 Feb 2010 12:10:17 -0500 Haines Brown KB1GRM ET1 wrote: The way to do this typically seems to change the value of the variable $EDITOR, but I don't want to do that system-wide, but only for mc, so that F4 brings up

Re: replace mcedit with emacsclient without chaning $EDITOR

2010-02-08 Thread Andrew Borodin
On Mon, 8 Feb 2010 19:38:15 -0500 Haines Brown KB1GRM ET1 wrote: Tbanks, but apparently I missed something. I have a /usr/share/mc/bin/mc-wrapper.sh. In it I append the line: EDITOR=/usr/bin/emacsclient The mc editor, however, remains nano. The line is ignored. Please write exactly

replace mcedit with emacsclient without chaning $EDITOR

2010-02-07 Thread Haines Brown KB1GRM ET1
With advancing age, keeping competitive keybindings straight is more of a challenge, and so I'd like to replace mcedit (as much as I like it) with emacsclient (which exsts on my machine). The way to do this typically seems to change the value of the variable $EDITOR, but I don't want to do

Re: replace mcedit with emacsclient without chaning $EDITOR

2010-02-07 Thread Andrew Borodin
On Sun, 7 Feb 2010 12:10:17 -0500 Haines Brown KB1GRM ET1 wrote: The way to do this typically seems to change the value of the variable $EDITOR, but I don't want to do that system-wide, but only for mc, so that F4 brings up emacsclient to edit files, and nano is the default editor

mcedit and interrupted ssh session

2009-07-31 Thread Costin Guşă
Hello, I was connected with putty to a linux host and inside it editing a file with 'mcedit -d /path/to/filename'. The ssh connection broke. The mcedit process is still running on the linux host. Is there any way to recover the text from that mcedit process? If so, what are the steps that should

[Midnight Commander] #267: C code navigation in mcedit

2009-02-09 Thread Ticket System
#267: C code navigation in mcedit -+-- Reporter: angel_il | Owner: Type: enhancement | Status: new Priority: minor| Milestone: 4.7 Component: mcedit | Version: 4.6.2

Re: [Midnight Commander] #267: C-code navigation in mcedit (was: C code navigation in mcedit)

2009-02-09 Thread Ticket System
#267: C-code navigation in mcedit --+- Reporter: angel_il | Owner: Type: enhancement | Status: new Priority: minor| Milestone: 4.7 Component: mcedit | Version

mcedit patches for ticket#113

2009-02-02 Thread Jan Engelhardt
: remove auto-generated m4 files mcedit: move syntax highlight options into their own dialog mcedit: implement EOL mark mcedit: fix whitespace styling mcedit: provide alternate tab style mcedit: provide alternate space style The UTF-8 branch is a hard

Re: [Midnight Commander] #148: Re: mcedit - fancy tab handling

2009-01-23 Thread Ticket System
#148: Re: mcedit - fancy tab handling ---+ Reporter: Patrick Winnertz win...@debian.org | Owner: winnie Type: defect| Status: accepted Priority

Re: [Midnight Commander] #148: Re: mcedit - fancy tab handling

2009-01-23 Thread Ticket System
#148: Re: mcedit - fancy tab handling ---+ Reporter: Patrick Winnertz win...@debian.org | Owner: winnie Type: defect| Status: accepted

Re: [Midnight Commander] #148: Re: mcedit - fancy tab handling

2009-01-23 Thread Ticket System
#148: Re: mcedit - fancy tab handling ---+ Reporter: Patrick Winnertz win...@debian.org | Owner: winnie Type: defect| Status

Re: [Midnight Commander] #148: Re: mcedit - fancy tab handling

2009-01-23 Thread Ticket System
#148: Re: mcedit - fancy tab handling ---+ Reporter: Patrick Winnertz win...@debian.org | Owner: winnie Type: defect| Status

Regexp problems in mcedit?

2009-01-18 Thread Reynir Stefansson
Is it just me, or does F4 (Search/Replace) with regular expressions sometimes fail in mysterious ways for others as well? Reynir H. Stefánsson (reyni...@mi.is) -- Would compiler technology have advanced as greatly as it has without C? Would it have had to?

Re: [Midnight Commander] #148: Re: mcedit - fancy tab handling

2009-01-15 Thread Ticket System
#148: Re: mcedit - fancy tab handling ---+ Reporter: Patrick Winnertz win...@debian.org | Owner: winnie Type: defect| Status: accepted Priority: major

[Midnight Commander] #148: Re: mcedit - fancy tab handling

2009-01-08 Thread Ticket System
#148: Re: mcedit - fancy tab handling --+- Reporter: Patrick Winnertz win...@debian.org | Owner: Type: defect| Status: new Priority: major

Re: [Midnight Commander] #148: Re: mcedit - fancy tab handling

2009-01-08 Thread Ticket System
#148: Re: mcedit - fancy tab handling ---+ Reporter: Patrick Winnertz win...@debian.org | Owner: Type: defect| Status: new Priority: major

Re: mcedit - fancy tab handling

2009-01-05 Thread Janek Kozicki
Enrico Weigelt said: (by the date of Mon, 5 Jan 2009 19:22:25 +0100) Hi folks, I've just seen that current mcedit (from git tree) has some fancy tab handling (shows -- symbols). When had this been introduced ? I noticed this after upgrading debian etch to lenny. I like

Re: mcedit - fancy tab handling

2009-01-05 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Janek Kozicki wrote: Enrico Weigelt said: (by the date of Mon, 5 Jan 2009 19:22:25 +0100) Hi folks, I've just seen that current mcedit (from git tree) has some fancy tab handling (shows -- symbols). When had this been introduced ? I

[patch] Invoking mcedit with filename:lineno

2008-12-09 Thread Roland Illig
Hi, many programs output warnings and errors in the format filename:lineno[:]. The attached patch allows users to just copy and paste these locations and invoke mcedit with them. For example: $ mcedit main.c:2000 The patch maintains the usual behavior as much as possible. That is, the new

[bug #21873] Conflicting Alt+O keyboard shortcut in mcedit

2008-08-29 Thread Adam Nielsen
Follow-up Comment #1, bug #21873 (project mc): Well this has been fixed in the latest version of mcedit, but I can't see how to close off this bug... ___ Reply to this item at: http://savannah.gnu.org/bugs/?21873

execute n times macro on mcedit - faster version

2008-07-18 Thread Dario Benenati - Uno Sistemi s.r.l.
modify to execute n times a macro - faster version: File: edit.c the changes are in bold: static void edit_execute_macro (WEdit *edit, struct macro macro[], int n, long num); . void

execute n times macro on mcedit

2008-07-16 Thread Dario Benenati - Uno Sistemi s.r.l.
I have modify edit.c to execute n times a macro. This is the modify code in void edit_execute_cmd ... : if (command CK_Macro (0) command = CK_Last_Macro) { /* a macro command */ struct macro m[MAX_MACRO_LENGTH]; int nm; if (edit_load_macro_cmd (edit, m, nm,

Bug in mcedit - syntax highlighting

2008-07-11 Thread mm
Hello and at first thanks for mc, it's a great convenience! I have a problem with syntax highlighting in mcedit from time to time, here is an example: -- code snippet #!/bin/bash ... # $sd/mbrola -e -t 1.2 -f 0.80 $sd/de2/de2 - $wd/my.au maxVol=$(/usr/bin/mpc volume | /usr

Re: mcedit annoying syntax highlight changes

2008-06-29 Thread Oswald Buddenhagen
On Sat, Jun 28, 2008 at 02:33:59PM +0200, Jan Engelhardt wrote: starting with mc 4.6.2, there have been changes to the syntax highlighting, specifically displaying whitespace. http://savannah.gnu.org/bugs/?func=detailitemitem_id=13146 -- Hi! I'm a .signature virus! Copy me into your

mcedit annoying syntax highlight changes

2008-06-28 Thread Jan Engelhardt
Hi, starting with mc 4.6.2, there have been changes to the syntax highlighting, specifically displaying whitespace. int main(void) { --if (this) { that; --} } While I welcome this, I sometimes prefer to have it turned off[1]. Looking at the source code, I see no tunable

Re: question about mcedit

2008-05-17 Thread Michelle Konzack
Hi Cris, please can you use a REAL tool to split the Digest into singel messages and reply correctly? Messages like yours are annoying! Also do not produce TOFU (fullquot) And of course, the image was gone to the list since I have replied to him. Thanks, Greetings and nice Day

Re: question about mcedit

2008-05-15 Thread Michelle Konzack
Hello Raimundas, Am 2008-05-12 14:56:48, schrieb Raimundas Kan??auskas: hi, i using mcedit for editing php files. i cant find how to turnoff paragraph symbols (right side in attached file). please write my how to turn off it. thank you. END OF REPLIED MESSAGE

mcedit screw up mutt index

2008-05-13 Thread Michelle Konzack
Hello Pavel, Do you have gotten the message from the Debian Maintainer? The Bug# 473980 and there is a setting in mc which screw up the index-view of mutt, since if I remove the ~/.mc/ directory and start mutt and then write a message with it, it does not screw up the linedrawings in mutt but

Re: Possible bug in mcedit - Save Options

2008-01-29 Thread Pavel Tsekov
Hello Cesar, Sunday, January 20, 2008, 5:55:18 PM, you wrote: When I select Options - Save Mode - Quick save it still asks for confirmation everytime I save. This is not a bug. Quick save means that when saving your changes mcedit truncates the original file and writes the new data

Re: Possible bug in mcedit - Save Options

2008-01-23 Thread wwp
Hello César, On Sun, 20 Jan 2008 16:55:18 +0100 César López Ramírez [EMAIL PROTECTED] wrote: When I select Options - Save Mode - Quick save it still asks for confirmation everytime I save. You'd better look at the editor option: General/Confirm before saving. The Save mode is the way file

Possible bug in mcedit - Save Options

2008-01-21 Thread César López Ramírez
When I select Options - Save Mode - Quick save it still asks for confirmation everytime I save. ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

[bug #21873] Conflicting Alt+O keyboard shortcut in mcedit

2007-12-22 Thread Adam Nielsen
URL: http://savannah.gnu.org/bugs/?21873 Summary: Conflicting Alt+O keyboard shortcut in mcedit Project: GNU Midnight Commander Submitted by: malvineous Submitted on: Sunday 12/23/2007 at 11:57 Category: Keyboard input

  1   2   3   >