From: Allen Li <vianchielfaura@gmail.com>
To: 29924@debbugs.gnu.org
Subject: bug#29924: 25.3; write-abbrev-file does not preserve abbrev properties
Date: Sun, 31 Dec 2017 19:47:03 -0800 [thread overview]
Message-ID: <CAJr1M6d54UwpRcWqJLPTmeq4VncjntSeKujDA_-fZ4Hn2YfCcQ@mail.gmail.com> (raw)
Steps:
Create abbrevs_defs file with contents:
(define-abbrev-table 'python-mode-abbrev-table
'(
("NT" "NamedTuple" nil :count 0 :case-fixed t)
))
Load abbrevs_defs. Write abbrevs with write-abbrev-file
Expected: File contains something like:
(define-abbrev-table 'python-mode-abbrev-table
'(
("NT" "NamedTuple" nil :count 0 :case-fixed t)
))
Actual: :case-fixed is missing:
(define-abbrev-table 'python-mode-abbrev-table
'(
("NT" "NamedTuple" nil 0)
))
In GNU Emacs 25.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.26)
of 2017-12-04 built on arojas
Windowing system distributor 'The X.Org Foundation', version 11.0.11905000
Configured using:
'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
--localstatedir=/var --with-x-toolkit=gtk3 --with-xft --with-modules
'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong
-fno-plt' CPPFLAGS=-D_FORTIFY_SOURCE=2
LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
next reply other threads:[~2018-01-01 3:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-01 3:47 Allen Li [this message]
2018-01-01 4:18 ` bug#29924: [PATCH] Preserve special abbrev properties when writing Allen Li
2018-01-23 8:19 ` Allen Li
2018-01-27 2:12 ` Noam Postavsky
2018-01-27 2:48 ` Allen Li
2018-01-27 12:19 ` Noam Postavsky
2018-01-30 21:49 ` Allen Li
2018-02-01 2:12 ` Noam Postavsky
2018-02-16 5:40 ` Allen Li
2018-02-17 14:11 ` Noam Postavsky
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=CAJr1M6d54UwpRcWqJLPTmeq4VncjntSeKujDA_-fZ4Hn2YfCcQ@mail.gmail.com \
--to=vianchielfaura@gmail.com \
--cc=29924@debbugs.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.