Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
17f9151f
Commit
17f9151f
authored
Nov 30, 2019
by
Phil Sainty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/so-long.el (so-long-variable-overrides): Set bidi-inhibit-bpa
(Bug#38407)
parent
baa9ea73
Pipeline
#4199
failed with stage
in 56 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lisp/so-long.el
lisp/so-long.el
+4
-2
No files found.
lisp/so-long.el
View file @
17f9151f
...
...
@@ -764,7 +764,8 @@ they are in Emacs core, GNU ELPA, or elsewhere."
:package-version
'
(
so-long
.
"1.0"
))
(
defcustom
so-long-variable-overrides
'
((
bidi-paragraph-direction
.
left-to-right
)
'
((
bidi-inhibit-bpa
.
t
)
(
bidi-paragraph-direction
.
left-to-right
)
(
buffer-read-only
.
t
)
(
global-hl-line-mode
.
nil
)
(
line-move-visual
.
t
)
...
...
@@ -785,7 +786,8 @@ extremely long line, as otherwise the full length of the line may need to be
scanned to find the next position."
:type
'
(
alist
:key-type
(
variable
:tag
"Variable"
)
:value-type
(
sexp
:tag
"Value"
))
:options
'
((
bidi-paragraph-direction
(
choice
(
const
left-to-right
)
:options
'
((
bidi-inhibit-bpa
boolean
)
(
bidi-paragraph-direction
(
choice
(
const
left-to-right
)
(
const
right-to-left
)
(
const
nil
)))
(
buffer-read-only
boolean
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment