all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <incal@dataswamp.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Unicode characters for transcribing to pdf
Date: Sun, 04 Sep 2022 08:32:54 +0200	[thread overview]
Message-ID: <8735d7644p.fsf@dataswamp.org> (raw)
In-Reply-To: jwvczccz5es.fsf-monnier+emacs@gnu.org

Stefan Monnier via Users list for the GNU Emacs text editor wrote:

>> I installed it using package.el. Then for some reason I had
>> problems configuring keybindings in LaTeX-mode-map: somehow
>> the variable seemed to not be defined. I manually searched
>> for it in the package (M-x grep-find iirc), then required
>> the relevant files.
>
> `LaTeX-mode-map`, like most package variables, is only
> defined once its package is actually loaded, which is done
> lazily in response to the use of the package (e.g.
> opening a LaTeX file).

https://en.wikipedia.org/wiki/Lazy_loading

> So it's normal that `LaTeX-mode-map` is not defined when
> your init file is loaded. This is on purpose to try and
> speed up Emacs's startup.

Does it really make it that slow? Must be something from
Emacs' past, maybe ...

And besides you shouldn't restart Emacs all the time either?

With this

  (require 'tex-mode)
  (define-key latex-mode-map "\C-c\C-c" #'compile)

starting Emacs is almost instant.

-- 
underground experts united
https://dataswamp.org/~incal




  reply	other threads:[~2022-09-04  6:32 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-31 14:32 Unicode characters for transcribing to pdf wilnerthomas--- via Users list for the GNU Emacs text editor
2022-08-31 15:28 ` Eric S Fraga
2022-08-31 16:04   ` uzibalqa
2022-08-31 16:31     ` Eric S Fraga
2022-08-31 16:49       ` uzibalqa
2022-08-31 17:27 ` tomas
2022-08-31 21:37 ` Joost Kremers
2022-09-01  4:18   ` uzibalqa
2022-09-01  9:12     ` Alessandro Bertulli
2022-09-01 12:04       ` Arash Esbati
2022-09-03 10:58         ` Alessandro Bertulli
2022-09-03 18:24           ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-09-04  6:32             ` Emanuel Berg [this message]
2022-09-05 11:44               ` Akib Azmain Turja
2022-09-04 22:16             ` Alessandro Bertulli
2022-09-05  4:39               ` tomas
2022-09-05  9:16                 ` Alessandro Bertulli
2022-09-05 18:51                   ` tomas
2022-09-05 11:45               ` Akib Azmain Turja
2022-09-05 14:43               ` Stefan Monnier
     [not found]     ` <87edwve99q.fsf@gmail.com-NAsW-xw----2>
2022-09-01 11:35       ` wilnerthomas--- via Users list for the GNU Emacs text editor
2022-09-03 10:54         ` Alessandro Bertulli
2022-09-01 13:05   ` Stefan Monnier via Users list for the GNU Emacs text editor

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=8735d7644p.fsf@dataswamp.org \
    --to=incal@dataswamp.org \
    --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.