all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: [solved] Re: How to uninstall Emacs?
Date: Fri, 17 Apr 2015 00:58:00 +0200	[thread overview]
Message-ID: <87y4lrk7ev.fsf@debian.uxu> (raw)
In-Reply-To: mailman.848.1429218983.904.help-gnu-emacs@gnu.org

Bob Proulx <bob@proulx.com> writes:

> I also suggest that people keep a journey log of
> their travels through the system. Memory is a fickle
> thing. Confirmation bias is always skewing our
> beliefs. The palest ink is better than the strongest
> memory. Keeping data on the reality can keep
> us objective.

The best journey log in computing is the sweet
initialization files for Emacs and the shell (bash,
zsh, etc.). Those are actually programs - tools, not
mere "initialization".

So, instead of writing "today I learned how to do word
padding in zsh ...", you save that particular function
where you used it in such a file, as in (third line in the
function body)

    rup () {
            local word=$1
            local rudict=~/ru.txt
            echo -n ${(r:12:: :)word} >> $rudict
            trans -b -p en:ru $word | tee -a $rudict
            trans -b -p en:ru $word > /dev/null
    }

Next time you experience the need to do that, you
think - "...didn't I do that in that function that
did...", and then you just look it up.

Not to say there is anything wrong with the natural
language log but I would suspect you'd be bored pretty
soon doing it and stop eventually. The init file
method amounts to the same but is more fun and
productive (not forgetting the main purpose, to give
you access to the actual functions).

Another things is to always bookmark things you Google
(if you find a solution, of course). Problems tend to
reoccur and finding the same page isn't that easy,
always. When you bookmark, be sure to name the
bookmark not the name of the page, but the command or
function name or syntax that solves your particular
problem. That way, in time, you'll not have to follow
the bookmark links but the bookmark titles will be
a small reference to encountered (and solved)
problems, and the links can be followed only when
needed. Also, the extra effort to setup a bookmark
will offer a pause for the brain to assimilate
the new knowledge.

-- 
underground experts united
http://user.it.uu.se/~embe8573


  parent reply	other threads:[~2015-04-16 22:58 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-08 18:29 How to uninstall Emacs? Rodolfo Medina
2015-04-08 18:30 ` J. David Boyd
2015-04-08 18:35 ` Eli Zaretskii
2015-04-08 21:15 ` Bob Proulx
2015-04-09 19:54 ` Thien-Thi Nguyen
2015-04-11 13:11   ` Rodolfo Medina
     [not found] ` <mailman.243.1428527741.904.help-gnu-emacs@gnu.org>
2015-04-09 23:07   ` Emanuel Berg
2015-04-11 13:11     ` [solved] " Rodolfo Medina
2015-04-11 19:05       ` Bob Proulx
2015-04-12 11:34         ` Rodolfo Medina
2015-04-13 23:03           ` Bob Proulx
2015-04-15  6:34             ` Rodolfo Medina
     [not found]           ` <mailman.611.1428966213.904.help-gnu-emacs@gnu.org>
2015-04-13 23:23             ` [solved] " Emanuel Berg
2015-04-15 21:41               ` Bob Proulx
2015-04-16 15:38                 ` Rodolfo Medina
2015-04-16 21:16                   ` Bob Proulx
     [not found]                   ` <mailman.848.1429218983.904.help-gnu-emacs@gnu.org>
2015-04-16 22:58                     ` Emanuel Berg [this message]
2015-04-17  2:46                       ` Rusi
2015-04-18 20:39                       ` Bob Proulx
     [not found]                       ` <mailman.1049.1429389591.904.help-gnu-emacs@gnu.org>
2015-04-19 21:42                         ` Emanuel Berg
2015-04-19 23:29                           ` Bob Proulx
     [not found]                           ` <mailman.1135.1429490170.904.help-gnu-emacs@gnu.org>
2015-04-20  1:40                             ` Emanuel Berg
     [not found]                 ` <mailman.830.1429198561.904.help-gnu-emacs@gnu.org>
2015-04-16 22:47                   ` Emanuel Berg
     [not found]               ` <mailman.782.1429134342.904.help-gnu-emacs@gnu.org>
2015-04-16  1:09                 ` Emanuel Berg
2015-04-16  3:58                 ` Rusi
2015-04-16 22:44                   ` Emanuel Berg
2015-04-17  3:00                     ` Rusi
2015-04-18 20:05                       ` Bob Proulx
     [not found]                       ` <mailman.1047.1429387523.904.help-gnu-emacs@gnu.org>
2015-04-19 11:59                         ` Jim Diamond
2015-04-19 23:35                           ` Bob Proulx
2015-04-20  7:46                           ` Alexis
     [not found]                           ` <mailman.1136.1429490171.904.help-gnu-emacs@gnu.org>
2015-04-21 17:53                             ` Jim Diamond
2015-04-18 21:08           ` Rodolfo Medina
2015-04-18 22:27             ` Bob Proulx
2015-04-18 22:59               ` Rodolfo Medina
     [not found]         ` <mailman.504.1428838317.904.help-gnu-emacs@gnu.org>
2015-04-12 14:36           ` [solved] " Rusi
2015-04-12 17:02             ` Emanuel Berg
2015-04-12 18:50               ` Rodolfo Medina
2015-04-12 16:31           ` Emanuel Berg
2015-04-12 18:53             ` Rodolfo Medina
     [not found]       ` <mailman.482.1428779144.904.help-gnu-emacs@gnu.org>
2015-04-12  0:01         ` Emanuel Berg

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=87y4lrk7ev.fsf@debian.uxu \
    --to=embe8573@student.uu.se \
    --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.