Daniel Clemente
Daniel Clemente
Last update is from 5 years ago. Could you add some note about how this version compares to the official flymake?
Could you add to flymake.el the instructions on how to load your file in a recent Emacs? Because recent Emacs already include flymake, a (require 'flymake) doesn't load yours. If...
I sometimes log in to my localhost through another user, with [tramp](https://www.gnu.org/software/tramp/). For instance, `(find-file "/su:user2@:/home/user2/")`. Then I go a a git repository inside that folder, and want to use...
I'm just interested in highlighting item bullets. I don't change the item bullets nor the headers. I use: ``` ** a - a - a - a ** b +...
Hi, thanks for this tool and for the interesting and diverse examples that show its potential and work out of the box. I found that in some cases, the variable...
The apostrophe makes the second line appear all yellow. If I remove the apostrophe, the 2nd `` line appears with the right colors (like the 1st `` line).  This...
``` python class EmailAddress(models.Model): … email = models.EmailField(max_length=100, unique=True) ``` But then: ``` python try: addr = EmailAddress.objects.get(user=user,email=user.email) # Provides that an address that has been just verified # without...
This fixes https://github.com/scott2b/django-multimail/issues/10
### What happened? Holding down keys that produce non-ASCII symbols longer than 2 UTF-8 bytes, like `€ → …`, at some point shows numeric codes instead of the symbol. Using...