Re: late changes

  • From: Adam Krolnik <akrolnik@xxxxxxxxx>
  • To: emelfm2@xxxxxxxxxxxxx
  • Date: Wed, 12 Feb 2014 10:32:32 -0600

Hi Tom;
Well, when I execute emelfm2 src, it does accept the relative source and
places it in the second pane instead of the first.

But if I do this:
L%  ./emelfm2 -1 src/command -2 src/config

It does not accept them. You did not call e2_cl_option_get_path() for -1
and -2 args.

Also, WITH_CUSTOMMOUSE=1 (and KEYFAKE ) needs this patch.

svn diff src/e2_mousebinding.c
Index: src/e2_mousebinding.c
===================================================================
--- src/e2_mousebinding.c   (revision 3053)
+++ src/e2_mousebinding.c   (working copy)
@@ -1760,7 +1760,7 @@
  fake_data.buttons_string = fakes;

  gdk_event_free (event);
- _e2_keybinding_fake_events (&fake_data);
+ _e2_mousebinding_fake_events (&fake_data);
  WAIT_FOR_EVENTS;
  return TRUE;
 }

   Thanks.



On Wed, Feb 12, 2014 at 2:27 AM, <tpgww@xxxxxxxxxxx> wrote:

> On Tue, 11 Feb 2014 08:00:29 -0600
> Adam Krolnik <akrolnik@xxxxxxxxx> wrote:
>
> > Has there been a discussion about directories specified when starting
> > emelfm2.  Currently, directories relative to the current directory are
> not
> > accepted. I have to use the full path.
> >
> > I'd like to be able to simply say
> >
> > % ls
> > docs  icons src po
> >
> > % emelfm2 src
>
> Staying with your example, if src is not absolute, g_get_current_dir() is
> prepended to it.
>
> Regards
> Tom
>
>
> --
> Users can unsubscribe from the list by sending email to
> emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or
> by logging into the web interface.
>



-- 
Adam Krolnik

Other related posts: