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

really like this mode, wish it could support reStructuredText :) #58

Closed
xieyuheng opened this issue Oct 4, 2017 · 6 comments
Closed

Comments

@xieyuheng
Copy link

No description provided.

@xieyuheng
Copy link
Author

by the way,
your current github avatar might be generated by github,
but in Chinese, 火 means fire.
:: http://ctext.org/dictionary.pl?if=en&char=%E7%81%AB

@wbolster
Copy link

#69 may be of interest to you :)

@wbolster
Copy link

image

@xieyuheng
Copy link
Author

thx @wbolster :)
I was thinking about replacing some of my usages of org-mode by rst, when making this issues.
I read #69, and tried your parser.
but it did not work for me.

maybe the problem is about imenu,
I saw the function imenu--make-index-alist
but I do not have this function.

also, I do not know about the macro -as->
it seems like a threading macro, but more than ->.
where could I learn more about it ?

@wbolster
Copy link

the -as-> threading macro is from dash.el.

coincidentally, a melpa stable version containing -as-> was released a few hours ago:
magnars/dash.el#243

@wbolster
Copy link

imenu--make-index-alist is an internal function from imenu which is included emacs. try (require 'imenu) to force it to be loaded.

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

No branches or pull requests

2 participants