Re: [801bab95] issues with man pages

2012-09-25 Thread Andrew Borodin
On Tue, 25 Sep 2012 07:37:14 +0200 (CEST) Werner LEMBERG w...@gnu.org wrote:
 compilation and installation of commit 801bab95 on my GNU/Linux box
 using the standard incantation (./autogen.sh, ./configure; sudo make
 install) was just fine, however, there are three issues, the first of
 them serious.
 
 (1) mc fails to find the resource directory if called for man pages.
 Going to a (uncompressed) man page `foo.man' and pressing F3
 yields
 
   /tmp/mc-wl/mcextQeBmEa: line 14:
 /lib/mc/ext.d/text.sh: No such file or directory
 
 Obviously, it misses the `/usr/local' prefix.

Cannot reproduce. Works find for me.

Please show the output of
/usr/local/bin/mc -V  /usr/local/bin/mc -F

-- 
Аndrew
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: Midnight Commander Guide

2012-09-25 Thread Jan Synacek
On 09/25/2012 11:25 AM, Carsten Richter wrote:
 Nice work,
 
 there are some key bindings which don't work here, maybe due to my
 terminal emulator (such as Alt-‘). But for sure Ctrl-I doesn't redraw
 the display wenn it's messed up. I need to do the Ctrl-o twice.


It's Alt-` (backtick) and Ctrl-l (lowercase L). That should work.

Cheers,

-- 
Jan Synacek
Software Engineer, BaseOS team Brno, Red Hat
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: [801bab95] issues with man pages

2012-09-25 Thread Andrew Borodin
On Tue, 25 Sep 2012 12:36:29 +0200 (CEST) Werner LEMBERG wrote:
 the `exec_prefix' variable doesn't get expanded:

${exec_prefix}/lib/mc/ext.d/text.sh view man lessa

As first step, would you please try build mc with the attached patch.

Thanks!

-- 
Andrew
diff --git a/configure.ac b/configure.ac
index cfa7208..55eecde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -425,7 +425,7 @@ dnl 
 dnl ${prefix} and ${exec_prefix} are undefined here if --prefix is not used in command line
 dnl Let define ${prefix} and ${exec_prefix}
 test x$prefix = xNONE  prefix=$ac_default_prefix
-test x$exec_prefix = xNONE  exec_prefix='${prefix}'
+test x$exec_prefix = xNONE  exec_prefix=${prefix}
 
 if test x${libexecdir} = x'${exec_prefix}/libexec'; then
 EXTHELPERSDIR=${prefix}/libexec/${PACKAGE}/ext.d
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Running of Midnight commander in Kubuntu 10.10mm

2012-09-25 Thread ray burke
Sir,

I have download mc-data  4.8.3.3.all deb and installed it, but am not
sure how I access it
and run it, where do I initialize it from, how do I get it ro run?

ray
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: Midnight Commander Guide

2012-09-25 Thread Guus Bonnema
On Sun, 23 Sep 2012 20:56:17 -0700
mailingli...@nawaz.org wrote:

  I've written a guide to Midnight Commander in presentation format:
 
  http://nawaz.org/media/docs/mc/mc.pdf
 

Man, this rocks! Excellent job. Many problems and solutions discussed plus a
lot of tips. And I like the presentation. I am proud to see LaTeX still leads
to beautiful products.


 For those who really don't want to look at the PDF and are just curious
 about the content, I put the HTML version here:
 
 http://www.nawaz.org/media/docs/mc/mc.html
 
 It'll have a bunch of LaTeX formatting interspersed with the text, but
 much of it should be readable. 
 

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


Re: [801bab95] issues with man pages

2012-09-25 Thread Werner LEMBERG
 Obviously, it misses the `/usr/local' prefix.
 
 Cannot reproduce. Works find for me.
 
 Please show the output of
 /usr/local/bin/mc -V  /usr/local/bin/mc -F

Below is the output from 

  LANG= /usr/local/bin/mc -V  LANG= /usr/local/bin/mc -F

Evrything looks fine.  However, it seems that in /tmp/mc-wl/mcext
the `exec_prefix' variable doesn't get expanded:

  #! /bin/sh

  MC_EXT_FILENAME=/home/wl/cvs/groff/man/ditroff.man
  export MC_EXT_FILENAME
  MC_EXT_BASENAME=ditroff.man
  export MC_EXT_BASENAME
  MC_EXT_CURRENTDIR=/home/wl/cvs/groff/man
  export MC_EXT_CURRENTDIR
  MC_EXT_SELECTED=ditroff.man
  export MC_EXT_SELECTED
  MC_EXT_ONLYTAGGED=
  export MC_EXT_ONLYTAGGED

   ${exec_prefix}/lib/mc/ext.d/text.sh view man lessa

I've just discovered that F3 doesn't work for other files also,
e.g. pressing this key on a .tgz file I get a similar error message.

For completeness, I've attached my config.log file.


Werner

==

GNU Midnight Commander 4.8.6-2-gee12f0c
Built with GLib 2.31.12
Using the S-Lang library with terminfo database
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm and Linux console
With support for X11 events
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ext2undelfs, ftpfs, fish
Data types: char: 8; int: 32; long: 32; void *: 32; size_t: 32; off_t: 64;
Root directory: /home/wl

[System data]
Config directory: /usr/local/etc/mc/
Data directory:   /usr/local/share/mc/
VFS plugins and scripts: /usr/local/lib/mc/
extfs.d:/usr/local/lib/mc/extfs.d/
fish:   /usr/local/lib/mc/fish/

[User data]
Config directory: /home/wl/.config/mc/
Data directory:   /home/wl/.local/share/mc/
skins:  /home/wl/.local/share/mc/skins/
extfs.d:/home/wl/.local/share/mc/extfs.d/
fish:   /home/wl/.local/share/mc/fish/
mcedit macros:  /home/wl/.local/share/mc/mc.macros
mcedit external macros: /home/wl/.local/share/mc/mcedit/macros.d/macro.*
Cache directory:  /home/wl/.cache/mc/


config.log.xz
Description: Binary data
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: Midnight Commander Guide

2012-09-25 Thread Helmut Hullen
Hallo,

Du meintest am 23.09.12 zum Thema Midnight Commander Guide:

 I've written a guide to Midnight Commander in presentation format:

 http://nawaz.org/media/docs/mc/mc.pdf

 For those who really don't want to look at the PDF and are just
 curious about the content, I put the HTML version here:

 http://www.nawaz.org/media/docs/mc/mc.html

 It'll have a bunch of LaTeX formatting interspersed with the text,
 but much of it should be readable.

Fine!

Perhaps you may add

ctrl f(when editing a file)
shift f5  (when editing a file)

f15 (shift f5 or shift f3)  copy a name
f16 (shift f5 or shift f3)  rename a name

Viele Gruesse!
Helmut
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: Running of Midnight commander in Kubuntu 10.10mm

2012-09-25 Thread Andrey Tataranovich
Hi, ray

08:27 Sun 22 Jul, ray burke wrote:
 I have download mc-data  4.8.3.3.all deb and installed it, but am not
 sure how I access it
 and run it, where do I initialize it from, how do I get it ro run?

Latest midnight commander releases for Debian/Ubuntu available at

https://www.midnight-commander.org/wiki/Binaries

You could try to add apt repo:

wget -q -O- http://www.tataranovich.com/tataranovich.asc | sudo apt-key add -
echo 'deb http://www.tataranovich.com/debian maverick main' | sudo tee 
/etc/apt/sources.list.d/midnight-commander.list
sudo apt-get update
sudo apt-get install mc

To run Midnight Commander you sould simply type mc (without quotes) in your
terminal app.

-- 
WBR, Andrey Tataranovich
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: [801bab95] issues with man pages

2012-09-25 Thread Andrew Borodin
On Tue, 25 Sep 2012 12:36:29 +0200 (CEST) Werner LEMBERG  wrote:
 the `exec_prefix' variable doesn't get expanded:

${exec_prefix}/lib/mc/ext.d/text.sh view man lessa

Please test patch
https://www.midnight-commander.org/changeset/684eaa426b76a791a54b1bc8f29cc37e9dfbb8e7

Thanks!

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


Re: [801bab95] issues with man pages

2012-09-25 Thread Werner LEMBERG

 Please test patch
 https://www.midnight-commander.org/changeset/684eaa426b76a791a54b1bc8f29cc37e9dfbb8e7

It works!

Thanks for the quick fix.


Werner
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander Guide

2012-09-25 Thread mailinglists
 also, looks like a really great reference doc!
 thanks for doing it, I aim to read it in full as I'm sure I'll learn stuff
 from it, I've been using mc since I've used Linux, but, there are heaps of
 things I never learned

Thanks for the sentiments.

-- 
Heard the one about the dyslexic devil worshiper? He sold his soul to
Santa.


/\  /\   /\  /
   /  \/  \ u e e n /  \/  a w a z
   mu...@nawaz.org
   anl

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


Midnight Commander Guide

2012-09-25 Thread mailinglists

Nat n...@switch.demon.nl writes:

 Maybe you could add that the copy and move dialogs (F5 and F6) have a
 very useful history.

I probably should. It's one of those features I occasionally notice but
never remember to use. I can see how useful it could be, though. 

It's not just in copy/move, but in many dialogs. I /do/ mention it as a
feature of one of them, but I guess I should try to see if I can place
it in a more relevant section, or ideally as a program feature rather
than a feature's feature.

 With Alt-H you get a list of dirs that you have used earlier to copy or
 move to.
 Clicking with the mouse on the [^] at the end of the input line has the
 same effect.

Thanks.

-- 
Heard the one about the dyslexic devil worshiper? He sold his soul to
Santa.


/\  /\   /\  /
   /  \/  \ u e e n /  \/  a w a z
   mu...@nawaz.org
   anl
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


MC slowww on Fedora 17

2012-09-25 Thread Jean F. Delpech
Why is MC now so slow it's almost unusable? It worked perfectly before.

What can I do?

Thanks,
JFD
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel