tecosaur / lexic

Mirror of https://git.tecosaur.net/tec/lexic
GNU General Public License v3.0
78 stars 10 forks source link

Webster 1913 dictionary has no color #16

Closed PlasmaShift closed 3 years ago

PlasmaShift commented 3 years ago

Coloring needs support in your files to work correct?

It looks like you have color on Webster 1913 dictionary from the lexic.gif but the version I have has no such coloring. Is there a way to add coloring to the Webster 1913 dictionary or a better place to grab this dictionary? Can you get coloring on this dictionary?

I got the dictionary from here https://s3.amazonaws.com/jsomers/dictionary.zip http://jsomers.net/blog/dictionary

tecosaur commented 3 years ago

It would be good to know what you're seeing and how you set it up. Also look at the docstring for lexic-format-webster for where I downloaded it from.

PlasmaShift commented 3 years ago

I am have it byte complied on Emacs 28 master . (require 'lexic) and manually calling the key bindings. I think I got them from the same place but I overwrote my webter1913 dictionary with the version metionined in the lexic-format-webster 2021-07-09-130234_1600x900_scrot

tecosaur commented 3 years ago

The mode is now derived from fundamental-mode instead of text-mode, I'm hoping this could fix your issue. Mind giving the latest version a shot?

PlasmaShift commented 3 years ago

I just tested #25c8d83 and I now get colors thanks :) Thank you for this awesome package along with a listing of great offline dictionaries that are supported and recommended.