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: Elisp addiction not as bad in light of Linux forkoholism
Date: Sun, 30 Nov 2014 20:41:12 +0100	[thread overview]
Message-ID: <87oarov5lz.fsf@debian.uxu> (raw)
In-Reply-To: mailman.15006.1417372637.1147.help-gnu-emacs@gnu.org

Marcin Borkowski <mbork@wmi.amu.edu.pl> writes:

> Exactly. Not the same (but similar) with (La)TeX; we
> TeX users are so accustomed to running TeX aagain and
> again on a file that we may subconsciously treat it as
> an interactive process;-).

Yes, recompilation of huge documents for small
changes isn't fun, especially when it has to be done
all over to get references, index, stuff like that.

Here is my makefile for my latest document:

name = report
texc = xelatex
texf = -halt-on-error

${name}.pdf: ${name}.tex ${name}.bib
	$(texc) $(texf) ${name}.tex
	makeindex ${name}.idx 2> /dev/null
	biber ${name} > /dev/null
	$(texc) $(texf) ${name}.tex > /dev/null

clean:
	zsh -c 'rm -rf in missfont.log ${name}.(aux|bbl|bcf|bib.blg|blg|log|run.xml|toc|pdf|out|idx|ilg|ind)'

As you see, two compilation. Imagine that when you
just fix a typo.

> Shameless plug: http://mbork.pl . Quite some (La)TeX
> stuff, and mainly Emacs stuff lately (postings on
> average once a week, usually Saturdays). Some of
> that in Polish, but I switched to almost exclusively
> posting in English. (Sadly, this switch temporarily
> eliminated one of my favourite topics where I have
> no enough knowledge of English vocabulary; will work
> on that.)

Some things that are not computers I write of as if
they were. I first thought people would think it a
strange style but on the contrary they appreciate it
so I definitely think all this computer reading and
writing benefited my skills in doing the same for
other topics as well.

For computers, doing it in my native language isn't
exactly a problem but I prefer English. Just so much
more practice and otherwise I would have to either use
English words all the time or make up uncomfortable
translations. It is in some ways an unlucky state but
it is a reality.

But a good book (or article, speech, etc.) in any
language (that you understand) is always better than a
poor one in your prefered language.

> In theory, yes. In practice, this is more difficult.
> I mean, Emacs on Ubuntu should be as simple as sudo
> apt-get install emacs; but then, in most points in
> time, this got you an ancient version. The same with
> TeX, and other things. So step by step you install
> more and more things manually, and then why not get
> Gentoo?

If that is so I see why you didn't like Ubuntu. No,
Debian can be used year-out year-in only using
aptitude and the associated tools. Nothing manual. I
think Ubuntu should be the same so either you were
unlucky or it isn't, but Ubuntu is aptitude (or
apt-get) based too, as you know.

> Yes, I even used some of them for some time. My goal
> is to set up a decent tiling WM (preferably StumpWM,
> maybe Awesome), so I'm not really interested in this
> KDE/Gnome/Unity/whatever dispute. (The main goal is
> to have Emacs occupy the whole screen, without these
> stupid decorations, and get rid of the
> mouse/touchpad. I hardly ever use anything but
> Emacs, a terminal, Evince and Firefox or Chrome
> anyway.)

To have Emacs occupy the whole screen is easy. You can
put it in the Linux VTs as I do but probably you want
it in X. That's easy too. With a window manager you
can have it in a terminal emulator (xterm for example)
and then have the xterm window maximized with
-fullscreen, and then have it all automatized in
~/.xinitrc and additionally configured in
~/.Xresources, e.g.

! xterm
xterm*autoWrap:        true
xterm*faceName:        xft:bitstram vera sans mono:size=15:antialias=true
xterm*metaSendsEscape: true

!! xterm colors
! normal
xterm*color0:  #000000 // black
xterm*color1:  #B40000 // red
etc.

If what you want is fullscreen Emacs, that goal is
attainable :)

-- 
underground experts united


  parent reply	other threads:[~2014-11-30 19:41 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-30  0:06 Elisp addiction not as bad in light of Linux forkoholism Emanuel Berg
2014-11-30  1:22 ` Filipp Gunbin
     [not found] ` <mailman.14979.1417310548.1147.help-gnu-emacs@gnu.org>
2014-11-30  1:49   ` Emanuel Berg
2014-12-01 12:17     ` Filipp Gunbin
     [not found]     ` <mailman.15048.1417436297.1147.help-gnu-emacs@gnu.org>
2014-12-12  2:07       ` Emanuel Berg
2014-11-30  5:16 ` Pascal J. Bourguignon
2014-11-30  6:05   ` Dan Espen
2014-11-30 14:56     ` Emanuel Berg
2014-11-30 17:04     ` Pascal J. Bourguignon
2014-12-01 17:56       ` Dan Espen
2014-12-01 18:41         ` Rostislav Svoboda
     [not found]         ` <mailman.15078.1417459356.1147.help-gnu-emacs@gnu.org>
2014-12-01 20:13           ` Dan Espen
2014-12-12  2:09           ` Emanuel Berg
2014-11-30 14:51   ` Emanuel Berg
2014-12-12  3:42   ` Emacs and Unix (was: Re: Elisp addiction not as bad in light of Linux forkoholism) Emanuel Berg
2014-11-30 16:14 ` Elisp addiction not as bad in light of Linux forkoholism Marcin Borkowski
     [not found] ` <mailman.15000.1417364114.1147.help-gnu-emacs@gnu.org>
2014-11-30 17:35   ` Emanuel Berg
2014-11-30 18:36     ` Marcin Borkowski
2014-11-30 19:27       ` H. Dieter Wilhelm
     [not found]       ` <mailman.15012.1417375681.1147.help-gnu-emacs@gnu.org>
2014-11-30 19:43         ` Emanuel Berg
2014-11-30 20:18           ` Marcin Borkowski
     [not found]           ` <mailman.15021.1417378703.1147.help-gnu-emacs@gnu.org>
2014-11-30 22:21             ` Emanuel Berg
2014-11-30 22:30           ` H. Dieter Wilhelm
     [not found]           ` <mailman.15028.1417386648.1147.help-gnu-emacs@gnu.org>
2014-12-12  1:55             ` Emanuel Berg
     [not found]     ` <mailman.15006.1417372637.1147.help-gnu-emacs@gnu.org>
2014-11-30 19:41       ` Emanuel Berg [this message]
2014-11-30 18:16 ` Nikolay Kudryavtsev
     [not found] ` <mailman.15002.1417371387.1147.help-gnu-emacs@gnu.org>
2014-11-30 18:32   ` Emanuel Berg
2014-12-02 14:50 ` Raffaele Ricciardi
2014-12-02 15:07   ` Eli Zaretskii
     [not found]   ` <mailman.15150.1417532856.1147.help-gnu-emacs@gnu.org>
2014-12-02 16:01     ` Loris Bennett
2014-12-02 17:00       ` Eli Zaretskii
2014-12-03  1:44       ` Stefan Monnier
     [not found]       ` <mailman.15187.1417571105.1147.help-gnu-emacs@gnu.org>
2014-12-12  2:38         ` Emanuel Berg
2014-12-12  2:17   ` 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=87oarov5lz.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.