Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work/49 flyspell ignore #48

Closed
wants to merge 94 commits into from

Conversation

TobiasZawada
Copy link

  • Let font-lock put the adoc-flyspell-ignore property on links
  • use this in adoc-flyspell-p to decide to check word at point or not
  • adoc-flyspell-p is the flyspell-mode-predicate property of adoc-mode

lukesanantonio and others added 30 commits July 3, 2016 04:57
Use mode-* to set var require-final-newline
* edit to remove some of the warnings from flycheck

* Re-formulate first comment line of adoctest-trans.

Additionally delete some trailing spaces.

Co-authored-by: phelanm <phelanm@gmail.com>
Co-authored-by: Tobias Zawada <TOZ@esi-group.com>
I've also added a bunch of hacking guidelines for potential contributors.
Basically the whole README was repeated there, which is quite wasteful.
I've also killed all the trailing whitespace.
+ some indentation fixes.
bbatsov and others added 28 commits April 13, 2023 10:58
- Set text property `font-lock-fontified` for fontified code blocks
- also fix compiler error by quoting lambdas with sharp quote

Co-authored-by: Tobias Zawada <TOZ@esi-group.com>
Replace `re-search-forward` by `adoc-kwf-search` in font-lock keywords.
`adoc-kwf-search` continues search if the adoc-code-block text property
is set at the matching position.
Also add ert test for keyword-replacement
Also ignore whitespace at the end of the block attribute line.
Add ert tests for
- literal code blocks (....)
- ignored whitespace after leading comma of 2nd attribute and at end of attr line
…#46)

* Only remove kw-replacement overlays in adoc-unfontify-region-function
* #47 Adapt display-images from markdown-mode to adoc-mode

* Toggle display of images

* Try to get working CI-tests by requiring mouse and image

* Correct package version from markdown 0.8.0 to adoc 0.9.0.

* Remove dependency on context-menu-mode.

* Avoid failing CI-tests through attempt to show images at start

* when-let has moved from subr-x to subr

* Tell the byte-compiler that imagep and image-flush are defined.

* In defcustom booleanp is not a valid type.

* Add display of images to README.adoc.

- remove more "markdown" and "inline"
- add context menu to image links
- fontification of images before fontification of general links, since image links can contain urls

* require subr-x simplification

* Rename adoc-display-images-at-startup to adoc-display-images.

Add Usage section to README.adoc with a description of the not so obvious features.

---------

Co-authored-by: Tobias Zawada <TOZ@esi-group.com>
tarsius pushed a commit to emacsmirror/adoc-mode that referenced this pull request Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants