Matus Goljer

Results 727 comments of Matus Goljer

Yes I think that would be reasonable. I'll try it also and we'll see.

@purcell has a `diredfl` package https://github.com/purcell/diredfl which also adds a lot of dired fontifications. For those who have issues with the dates you can also steal the regexp from there...

Hmm... For the first point, it's probably because I use `dired-next-line` instead of `dired-hacks-next-file` which handles non-file lines properly. The second one seems more complicated, I'll look at it. Am...

I don't use desktop.el and won't add this feature since I'm quite short on time unfortunately. I'm open to a pull request and I can help out with the questions.

Use `dired-subtree-cycle`, it will cycle these states: ``` 1) Show subtree 2) Show subtree recursively (if previous command was cycle) 3) Remove subtree ```

With point on a directory calling the funciton multiple times cycles these options. Is that not what you want? If so then I don't understand the question.

I see. I guess we could add this to `dired-subtree-insert` if you place the point on the `.` or somewhere.

@ChoppinBlockParty Can you provide some repro case? I don't see many reasons why this shouldn't work because it mostly uses dired internals, but there might be some issues with hook...

Makes sense to me. Do you want to take a shot at implementing this? I can guide you if necessary.

Probably some text properties there are set to be sticky which newline then "extends". Would you like to make a pull request? I think your fix is appropriate!