ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] ~/.mc/ext
@ 2002-12-18 10:59 Konstantin
  2002-12-18 11:34 ` Antonio
  2002-12-18 11:41 ` Andrew Borodin
  0 siblings, 2 replies; 6+ messages in thread
From: Konstantin @ 2002-12-18 10:59 UTC (permalink / raw)
  To: community

Привет всем.

Создал файл ~/.mc/ext

< cut>

# video
regex/\.(mpe?g|MPE?G|Mpe?g)$
        Open=mplayer %f &
regex/\.(avi|AVI|Avi|mov|MOV|Mov)$
        Open=mplayer %f &

<cut>

Однако выполняются действия не из ~/.mc/ext а из 
/usr/lib/mc/mc.ext ! Как заставить mc читать файл из домашнего 
каталога? Выход\запуск mc ничего не дал. MC версии 4.5.55

-- 
Wake up Neo! Matrrrrr2|234.$@%f3^@af4ga NO CARRIER


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] ~/.mc/ext
  2002-12-18 10:59 [Comm] ~/.mc/ext Konstantin
@ 2002-12-18 11:34 ` Antonio
  2002-12-18 11:41 ` Andrew Borodin
  1 sibling, 0 replies; 6+ messages in thread
From: Antonio @ 2002-12-18 11:34 UTC (permalink / raw)
  To: community

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 18 Dec 2002, Konstantin wrote:

> Создал файл ~/.mc/ext
> < cut>
> # video
> regex/\.(mpe?g|MPE?G|Mpe?g)$
>         Open=mplayer %f &
> regex/\.(avi|AVI|Avi|mov|MOV|Mov)$
>         Open=mplayer %f &
> <cut>

Я написал так (нечитаемо, зато больше форматов) ;-)

regex/\.([Aa][Vv][Ii]|[Mm][Pp][Ee][Gg]|[Mm][Pp][GgAa]|[Aa][Ss][Ff]|[Ww][Mm][Vv]|[Mm][Oo][Vv])
	View=mplayer -vo xv -fs %f &

Смотрим avi, mpeg, mpg, mpa, asf, wmv, mov в любых регистрах
символов. Open я не ставлю из-за того, что иногда попадаются
фильмы с правом выполнения, а снимать его лень.

> Однако выполняются действия не из ~/.mc/ext а из
> /usr/lib/mc/mc.ext ! Как заставить mc читать файл из домашнего
> каталога? Выход\запуск mc ничего не дал. MC версии 4.5.55

У меня это ~/.mc/bindings

- -- 
Best regards,
	Tony.			mailto:obidos@mail.ru
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE+AF1h2gaLrWRbr5URAvbHAJ4yWCosaQfyCX1MYKaV8cv10eJpjwCcDPMA
+lGoNZ1fAgi272ig5k5W3rY=
=kz0/
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] ~/.mc/ext
  2002-12-18 10:59 [Comm] ~/.mc/ext Konstantin
  2002-12-18 11:34 ` Antonio
@ 2002-12-18 11:41 ` Andrew Borodin
  2002-12-18 11:44   ` Andrew Borodin
  1 sibling, 1 reply; 6+ messages in thread
From: Andrew Borodin @ 2002-12-18 11:41 UTC (permalink / raw)
  To: community

On Wed, Dec 18, 2002 at 12:59:55PM +0200, Konstantin wrote:
> Привет всем.
> 
> Создал файл ~/.mc/ext
> 
> < cut>
> 
> # video
> regex/\.(mpe?g|MPE?G|Mpe?g)$
>         Open=mplayer %f &
> regex/\.(avi|AVI|Avi|mov|MOV|Mov)$
>         Open=mplayer %f &
> 
> <cut>
> 
> Однако выполняются действия не из ~/.mc/ext а из 
> /usr/lib/mc/mc.ext ! Как заставить mc читать файл из домашнего 
> каталога? Выход\запуск mc ничего не дал. MC версии 4.5.55


 Файл ./mc/bindings

Или через меню Команда->Файл меню

  С уважением,
  А. Бородин.

-- 
  Бушует осенний вихрь!
  Едва народившийся месяц
  Вот-вот он сметет с небес.
                      Какэй



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] ~/.mc/ext
  2002-12-18 11:41 ` Andrew Borodin
@ 2002-12-18 11:44   ` Andrew Borodin
  2002-12-18 17:15     ` Konstantin
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Borodin @ 2002-12-18 11:44 UTC (permalink / raw)
  To: community

On Wed, Dec 18, 2002 at 02:41:27PM +0300, Andrew Borodin wrote:
> 
>  Файл ./mc/bindings

  Виноват, ~/.mc/bindings

  С уважением,
  А. Бородин.

-- 
  Роняя лепестки,
  Вдруг пролил горсточку воды
  Камелии цветок.
                      Басё



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] ~/.mc/ext
  2002-12-18 11:44   ` Andrew Borodin
@ 2002-12-18 17:15     ` Konstantin
  2002-12-19  6:38       ` Andrew Borodin
  0 siblings, 1 reply; 6+ messages in thread
From: Konstantin @ 2002-12-18 17:15 UTC (permalink / raw)
  To: community

> >  Файл ./mc/bindings
>
>   Виноват, ~/.mc/bindings
>
>   С уважением,
>   А. Бородин.

Работает. Тогда надо исправить мануал к mc, т.к. man mc пишет 
про ~/.mc/ext, а не про ~/.mc/bindings

-- 
Wake up Neo! Matrrrrr2|234.$@%f3^@af4ga NO CARRIER


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] ~/.mc/ext
  2002-12-18 17:15     ` Konstantin
@ 2002-12-19  6:38       ` Andrew Borodin
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Borodin @ 2002-12-19  6:38 UTC (permalink / raw)
  To: community

On Wed, Dec 18, 2002 at 07:15:14PM +0200, Konstantin wrote:
> 
> Работает. Тогда надо исправить мануал к mc, т.к. man mc пишет 
> про ~/.mc/ext, а не про ~/.mc/bindings

  Ну, повесьте багу в http://savannah.gnu.org/bugs/?group=mc

  С уважением,
  А. Бородин.

-- 
  Белый грибок в лесу.
  Какой-то лист незнакомый
  К шляпке его прилип.
                      Басё



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-12-19  6:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-18 10:59 [Comm] ~/.mc/ext Konstantin
2002-12-18 11:34 ` Antonio
2002-12-18 11:41 ` Andrew Borodin
2002-12-18 11:44   ` Andrew Borodin
2002-12-18 17:15     ` Konstantin
2002-12-19  6:38       ` Andrew Borodin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git