• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

DamienCassou / beginend / 268
81%

Build:
DEFAULT BRANCH: master
Ran 03 Oct 2017 12:49PM UTC
Jobs 1
Files 1
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
268

push

travis-ci

DamienCassou
Support dired-listing-switches and ls sorting for dired-mode

beginend should support `dired-listing-switches`.  Because user may not put `a`
in it, so that `.` and `..` are not in the list, like `dired-omit-mode`.

beginend should also support ls sorting.  The list can be sorted by
modification time rather than name.  In that case, the list may be:

```
/path/to/foo/bar:
total used ...
-rw-r--r-- 1 doc doc  0 YYYY-MM-DD hh:mm ..
-rw-r--r-- 1 doc doc  0 YYYY-MM-DD hh:mm dir2
-rw-r--r-- 1 doc doc  0 YYYY-MM-DD hh:mm dir1
-rw-r--r-- 1 doc doc  0 YYYY-MM-DD hh:mm .
```

So we can't simply move 4 or 2 lines for this case.  A better solution is just
moving forward/backward until an entry is not `.` or `..`.

56 of 69 relevant lines covered (81.16%)

14.04 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
13
100.0
beginend.el
Jobs
ID Job ID Ran Files Coverage
1 268.1 (EVM_EMACS=emacs-24.5-travis) 03 Oct 2017 12:49PM UTC 0
81.16
Travis Job 268.1
Source Files on build 268
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #268
  • 2762796b on github
  • Prev Build on master (#264)
  • Next Build on master (#271)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc