error or i don't understend some thing

2015-01-12 Thread Igor)
hello, my name is Igor i have a question

how can i create file in mc? shift+f4 not working

now i using echo  flie.name in terminal mode(ctrl+o)

mc version 4.8.11

os ubuntu 14.04

-- 
Igor
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


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' and the 
connection goes down, the file will be closed. How can I restore the file?
There is any temporary file that I can use to restore the missing part of the 
file?
I've searched but I didn't find anything.
If function is already developed in a later version, how can I update my 
version?

Thanks for the support,

Best Regards,
Fabio Abbiati
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


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' and the 
connection goes down, the file will be closed. How can I restore the file?
There is any temporary file that I can use to restore the missing part of the 
file?
I've searched but I didn't find anything.
If function is already developed in a later version, how can I update my 
version?

Thanks for the support,

Best Regards,
Fabio Abbiati
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


External editor with parameters not working?

2015-01-12 Thread Stevko
Hello.

I tried the following thing:
1) export EDITOR=emacs -nw
2) mc
3) (with internal editor disabled) go to some file and press F4

This opens emacs with the file, however it does not open it in
terminal (which should be done with -nw switch) but in new window in
X. (as if it somehow ignored -nw). If I run the following in shell:

$EDITOR file

it opens file as expected. Why does mc not do that?

I tried setting EDITOR to vim -R and again when run from mc, it does
not honor -R switch.

I have version 4.8.12 (which comes from Fedora 21 package).

Stevko

I am not subscribed to mailing list (so send replies also to me).
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


ScreenList functionality

2015-01-12 Thread Jack Epps
Hi,
there is the ScreenList functionality bound by default to Alt-Prime
(`) in the default mc.keymap:

ScreenList = alt-prime

Pressing the combination displays Screens dialog, which says
Panels in the actual listing.

How to add panels or screens?

-- 
Best Regards,
Jack Epps
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: External editor with parameters not working?

2015-01-12 Thread Mike Smithson

On Sat, 06 Dec 2014 03:14:38 -0800, Stevko ste...@stevko.info wrote:


Hello.

I tried the following thing:
1) export EDITOR=emacs -nw
2) mc
3) (with internal editor disabled) go to some file and press F4

This opens emacs with the file, however it does not open it in
terminal (which should be done with -nw switch) but in new window in
X. (as if it somehow ignored -nw). If I run the following in shell:

$EDITOR file

it opens file as expected. Why does mc not do that?

I tried setting EDITOR to vim -R and again when run from mc, it does
not honor -R switch.

I have version 4.8.12 (which comes from Fedora 21 package).

Stevko

I am not subscribed to mailing list (so send replies also to me).
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Hello Stevko.

I recall being confounded by this very thing.

In my mc/ini file ($HOME/.config/mc/ini)
I have this:

[External editor or viewer parameters]
vi=%filename +%lineno
vim=%filename +%lineno
ed=+%lineno %filename
/bin/mo=%filename +%lineno
mo=+%lineno %filename
less=%filename +%lineno
joe=%filename +%lineno
more=%filename +%lineno

You can add the command line options here.
It seems mc doesn't *really* call $EDITOR.


--
Peace and Cheer
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: mc on high resolution monitor with konsole

2015-01-12 Thread Mike Smithson
On Sat, 27 Dec 2014 16:11:34 -0800, Outback Dingo outbackdi...@gmail.com  
wrote:



ive got a samsung 4k, running kde in the proper mode, however in konsole
when i launch mc

it only fills 1/3 of the screen... how can i get it to be full screen?  
ive

attached an image


How many $COLUMNS in that window? 500 or something? I thought I was getting
out of hand with 236 on 1920x1080. :)

Check F9- Options - Layout. It looks like mc is not expecting a  
super-wide
screen and thinks it's in 80 column mode or something. Note that with  
really
wide screen like that your scrolling may be slow. You may want to use  
smaller

terminal window, or much bigger font.

Also, sending SIGWINCH to mc may help fix it automatically: try  
un-maximizing

the window, then re-maximizing it. mc may adjust properly. Then SAVE the
options so it remembers for next time.

--
Peace and Cheer
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: error or i don't understend some thing

2015-01-12 Thread Mike Smithson



Message: 2
Date: Wed, 24 Dec 2014 20:47:07 +0600
From: Igor) dubrovi...@gmail.com
To: mc-devel@gnome.org
Subject: error or i don't understend some thing
Message-ID:
canxhswze4u0ty_f-oxssmsozkuwhtyy2plvoa9tvihdrc-4...@mail.gmail.com
Content-Type: text/plain; charset=utf-8

hello, my name is Igor i have a question

how can i create file in mc? shift+f4 not working

now i using echo  flie.name in terminal mode(ctrl+o)

mc version 4.8.11

os ubuntu 14.04



shift+F4 is move file for me. If I want to edit a new file
I type vim file and hit enter. After that F4 will edit it if
it exists. touch file will also create new empty file (easier
to type than echo  file).

--
Peace and Cheer
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel