all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharon Kimble <boudiccas@skimble.plus.com>
To: help-gnu-emacs@gnu.org
Subject: Re: How to speed up cutting & pasting from/to emacs?
Date: Mon, 13 Jul 2015 16:05:29 +0100	[thread overview]
Message-ID: <87lhekf686.fsf@skimble.plus.com> (raw)
In-Reply-To: <87vbdokic8.fsf@nl106-137-147.student.uu.se> (Emanuel Berg's message of "Mon, 13 Jul 2015 02:32:39 +0200")

[-- Attachment #1: Type: text/plain, Size: 4681 bytes --]

Emanuel Berg <embe8573@student.uu.se> writes:

Thanks for this Emanuel, extremely interesting and I've had a quick play
in between doing my housework, and I'm hoping to have a more serious
look later in the week, but at the moment I'm under pressure for writing
my book, plus ensuring I have all the necessary paperwork  and stuff for
two hospital visits this week. So I will get back to it in due course.

Thanks
Sharon.

> Sharon Kimble <boudiccas@skimble.plus.com> writes:
>
>> Primarily 'zim' and pasting to and from 'JabRef',
>> I'm mostly creating bibtex records from a published
>> bibliography on an article on the web, which I've
>> opened in w3m. I would use 'eew' if I could only
>> find out how to use tabs with it!
>
> When you say w3m, you mean Emacs-w3m, right? If not,
> look for it in the Debian repos or Ubuntu ditto if you
> are using that. On Debian, it is in a package called
> "w3m-el-snapshot".
>
> Emacs-w3m is more mature/seasoned than eew so probably
> it has more power at this point. But such things can
> change quickly.
>
> There are tabs in Emacs-w3m, for sure. Here are some
> config for those [1] - and in the directory below,
> more on Emacs-w3m in general.
>
>> By "speed-up" I mean that I have to wait for emacs
>> to catch up with where I've pasted something.
>
> What do you mean - "catch up"?
>
>> Yes, emacs as a GUI along with using the mouse.
>> Knowing that "Openbox" is similar to "fluxbox",
>> exactly *what is* your command in your "keys" page
>> to access emacs again please? I know how to *start*
>> a program, but not how to *access* a currently
>> running program.
>
> I don't have any experience with fluxbox, but all
> civilized WMs can be interacted with using the program
> wmctrl. This should be in your repos as well, so
> get it.
>
> It works like this:
>
> 1) Type 'xman &' and 'xcalc &'. They should appear as
> two neat little windows (for display purposes ONLY as
> I wouldn't recommend using them for anything else).
>
> 2) Type 'wmctrl -l'. If it works you should see
> something like this:
>
>     0x00a00013  0 nl106-137-147 Calculator
>     0x0080000e  0 nl106-137-147 xman
>
> If it doesn't work, it means fluxbox is incompatible
> with wmctrl, and this method won't work. (I don't
> think that will happen.)
>
> By the way, here is a useful alias:
>
>     alias wins='wmctrl -l'
>
> 3) Type 'wmctrl -a xman'. The window of xman
> should get into focus. Now, try to get to xcalc the
> same way. But not exactly the same way! Remember the
> output of 'wins' - xcalc wasn't refered to as "xcalc"
> but as "Calculator", i.e. that what is appearing in
> the title bar of the window of the program. Other than
> that it is the same.
>
> 4) Now install xbindkeys, and start it with
> 'xbindkeys'. Confirm that it runs with
>
>     ps -e | grep xbindkeys
>
> (Later, to make it run each time you start X, put
> 'xbindkeys &' in ~/.xinitrc.)
>
> 5) Last, set up the shortcuts in ~/.xbindkeysrc.
>
> "wmctrl -a Calculator"
>   alt+k
>
> "wmctrl -a xman"
>   alt+w
>
> 6) Perhaps one can refresh xbindkeys somehow... If you
> find out, tell me. If not, type 'pkill xbindkeys',
> confirm it doesn't run, then run it again
> with 'xbindkeys'.
>
> 7) Now hit Alt+k for xcalc, and Alt+w for xman!
>
> Phew!
>
>> I've seen and read about how bad using the mouse is
>> in terms of potential RSI, but I still find
>> it useful.
>
> Using the mouse is bad for your arm/hand and eyes,
> yes, call it what you want (RSI = Repetitive strain
> injury, by the way), but in this context it is bad in
> terms of *speed* as you have to move your hands back
> and forth from typing position, which is the "asdf"
> and "jkl;" keys for the left and right
> hand, respectively.
>
> This lack of speed also prolongs the time to do things
> which enlarges the otherwise negative effects.
> With typing on the other hand, some do it with such
> speed they never stop :)
>
> More, the mouse is also inefficient: "That one... no,
> not this. This! The one to the left! Your left, yes
> that one." Compare that to the professional discussion
> in a work shop: "Open the crank with a pin wrench.
> The lock ring is left threaded." It is just a whole
> other level.
>
> [1] http://user.it.uu.se/~embe8573/conf/emacs-init/w3m/w3m-tabs.el
>
> Examples of the other files mentioned:
>
>     http://user.it.uu.se/~embe8573/conf/.xbindkeysrc
>     http://user.it.uu.se/~embe8573/conf/.xinitrc

-- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
Debian 8.0, fluxbox 1.3.7, emacs 24.5.50.2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

  parent reply	other threads:[~2015-07-13 15:05 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-12 12:17 How to speed up cutting & pasting from/to emacs? Sharon Kimble
2015-07-12 16:11 ` Ian Zimmerman
2015-07-12 17:28   ` Sharon Kimble
     [not found]   ` <mailman.6791.1436722135.904.help-gnu-emacs@gnu.org>
2015-07-12 17:35     ` Rusi
2015-07-12 18:20       ` Sharon Kimble
2015-07-12 18:24       ` Ian Zimmerman
2015-07-12 17:13 ` Emanuel Berg
2015-07-12 18:02   ` Ian Zimmerman
2015-07-12 18:58   ` Sharon Kimble
2015-07-13  0:32     ` Emanuel Berg
2015-07-13  0:51       ` Emanuel Berg
2015-07-13 15:05       ` Sharon Kimble [this message]
2015-07-13 23:55         ` Emanuel Berg
2015-07-27  1:36         ` Emanuel Berg
2015-07-13 15:30     ` Jorge A. Alfaro-Murillo
2015-07-12 17:35 ` Yuri Khan
     [not found] <mailman.6773.1436703421.904.help-gnu-emacs@gnu.org>
2015-07-12 15:24 ` Raffaele Ricciardi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lhekf686.fsf@skimble.plus.com \
    --to=boudiccas@skimble.plus.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.