all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gottfried <gottfried@posteo.de>
To: Drew Adams <drew.adams@oracle.com>, Jean Louis <bugs@gnu.support>,
	"help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: [External] : Re: text formating
Date: Sat, 11 Feb 2023 15:25:55 +0000	[thread overview]
Message-ID: <262a2d6f-7349-743b-6b79-088376909d55@posteo.de> (raw)
In-Reply-To: <SJ0PR10MB54884276236D9CF2F414D529F3D99@SJ0PR10MB5488.namprd10.prod.outlook.com>


[-- Attachment #1.1.1: Type: text/plain, Size: 1959 bytes --]

Hi Drew,

thanks for helping me.
Now it works.
and I learned a lot.

How do you underline some words?
I don’t know how to do it?

Kind regards

Gottfried


Am 09.02.23 um 20:11 schrieb Drew Adams:
>> I put this in my init.el file
>>
>> ;;(define-key KEYMAP KEY DEF &optional REMOVE)
>> (require "markdown-mode)
>> (define-key markdown-mode-map (kbd "C-c a") #'rcd-markdown-preview)
>> ........................................................................
>> .
>> when starting emacs
>> the message came up:
>>
>> Warning (initialization): An error occurred while loading
>> ‘/home/gfp/.config/emacs/init.el’:
>>
>> End of file during parsing: /home/gfp/.config/emacs/init.el
>    ^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
>> To ensure normal operation, you should investigate and remove the
>> cause of the error in your initialization file.  Start Emacs with
>> the ‘--debug-init’ option to view a complete error backtrace. Disable
>         ^^^^^^^^^^^^
>> showing Disable logging
>>
> ........................................................................
>> Did I put it in the right order?
>> Or any other mistake?
> 
> Yes, right order: load the library, then use it.
> 
> Something in your init file doesn't _parse_.  Most likely you're missing a right paren or something.  Use `M-x check-parens' in your init file.
> 
> You can put (setq debug-on-error t) at the start of your init file, or customize it to t.
> 
> You can start Emacs using the switch --debug-init, as the error msg suggested.
> 
> See also https://www.gnu.org/software/emacs/manual/html_node/elisp/Error-Debugging.html
> ___
> 
> In general, when your init file has a problem, consider _bisecting_ it, to find the culprit.  Bisecting is a binary search - it's fast.  You can use `M-x comment-region` to comment out 1/2, then 1/4, 1/8, 1/16,... of your init file.  With C-u it UNcomments one level of commenting.
> 

-- 



[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

  reply	other threads:[~2023-02-11 15:25 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-29 12:06 text formating Gottfried
2023-01-30 20:28 ` H. Dieter Wilhelm
2023-01-31  7:34 ` Jean Louis
2023-01-31 11:23   ` Ulrich Deiters
2023-01-31 12:43     ` Jean Louis
2023-02-02 13:52   ` Gottfried
2023-02-02 14:30     ` Eli Zaretskii
2023-02-02 15:40       ` [External] : " Drew Adams
2023-02-02 20:12       ` Jean Louis
2023-02-03  7:30         ` Eli Zaretskii
2023-02-03  9:08           ` Jean Louis
2023-02-03 17:24             ` Emanuel Berg
2023-02-04 15:24               ` Jean Louis
2023-02-04 21:44                 ` Emanuel Berg
2023-02-07 17:25   ` Gottfried
2023-02-07 22:28     ` Jean Louis
2023-02-08 16:49       ` Gottfried
2023-02-08 19:37         ` Jean Louis
2023-02-08 20:18           ` [External] : " Drew Adams
2023-02-09 14:59           ` Gottfried
2023-02-09 15:27             ` [External] : " Drew Adams
2023-02-09 16:59               ` Gottfried
2023-02-09 17:13                 ` Drew Adams
2023-02-09 18:10                   ` Gottfried
2023-02-09 18:26                     ` Jean Louis
2023-02-09 19:12                       ` Drew Adams
2023-02-10  4:18                         ` Jean Louis
2023-02-09 19:11                     ` Drew Adams
2023-02-11 15:25                       ` Gottfried [this message]
2023-02-11 16:10                         ` tomas
2023-02-11 19:17                           ` Jean Louis
2023-02-11 16:56                         ` Drew Adams

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=262a2d6f-7349-743b-6b79-088376909d55@posteo.de \
    --to=gottfried@posteo.de \
    --cc=bugs@gnu.support \
    --cc=drew.adams@oracle.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.