Coder Social home page Coder Social logo

aurel's People

Contributors

alezost avatar syohex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

aurel's Issues

Update to AUR RPC API v5

The new v5 API (described at
https://wiki.archlinux.org/index.php/AurJson) leads to big changes. I
have pushed several commits for these changes, but I have not tested
them properly yet. Also there are some things to do, but at least it
should work now (I mean searching for packages should display some
results).

AUR link to aurel package

Hi,
The link, provided to AUR for the aurel package, is dead, as Arch reorganized all the AUR work (moved to git) some months ago. There is a backup however here.
In addition, the description about pacman is wrong, as it cannot be used to install from AUR (there are special AUR helpers for that). Perhaps you meant manual installation (makepkg to build & pacman to install)?
Thank you

aurel-installed-packages invalid date

Calling aurel-installed-packages return byte-code: Invalid date: lun. 07 déc. 2015 17:16:00 CET. Here is a trace of the error:

Debugger entered--Lisp error: (error "Invalid date: lun. 07 déc. 2015 17:16:00 CET")
  signal(error ("Invalid date: lun. 07 déc. 2015 17:16:00 CET"))
  error("Invalid date: %s" "lun. 07 déc. 2015 17:16:00 CET")
  byte-code("\300\301\302\217\207" [nil (byte-code "\301\302\303\304�!!\"\207" [date apply encode-time parse-time-string timezone-make-date-arpa-standard] 5) ((error (error "Invalid date: %s" date)))] 3)
  date-to-time("lun. 07 déc. 2015 17:16:00 CET")
  aurel-filter-date(((installed-name . "ubuntu-keyring") (installed-version . "2012.05.19-2") (architecture . "any") (provides . "None") (depends . "gnupg") (depends-opt . "None") (required . "None") (optional-for . "debootstrap") (conflicts . "None") (replaces . "None") (installed-size . "17,00 KiB") (packager . "Unknown Packager") (build-date . "lun. 07 déc. 2015 17:16:00 CET") (install-date . "lun. 07 déc. 2015 17:16:14 CET") (reason . "Explicitly installed") (script . "No") (validated . "None")) date-to-time install-date build-date)
  aurel-pacman-filter-date(((installed-name . "ubuntu-keyring") (installed-version . "2012.05.19-2") (architecture . "any") (provides . "None") (depends . "gnupg") (depends-opt . "None") (required . "None") (optional-for . "debootstrap") (conflicts . "None") (replaces . "None") (installed-size . "17,00 KiB") (packager . "Unknown Packager") (build-date . "lun. 07 déc. 2015 17:16:00 CET") (install-date . "lun. 07 déc. 2015 17:16:14 CET") (reason . "Explicitly installed") (script . "No") (validated . "None")))
  aurel-apply-filters((("Name" . "ubuntu-keyring") ("Version" . "2012.05.19-2") ("Description" . "GnuPG keys of the Ubuntu archive") ("Architecture" . "any") ("URL" . "http://packages.ubuntu.com/trusty/ubuntu-keyring") ("Licenses" . "GPL") ("Groups" . "None") ("Provides" . "None") ("Depends On" . "gnupg") ("Optional Deps" . "None") ("Required By" . "None") ("Optional For" . "debootstrap") ("Conflicts With" . "None") ("Replaces" . "None") ("Installed Size" . "17,00 KiB") ("Packager" . "Unknown Packager") ("Build Date" . "lun. 07 déc. 2015 17:16:00 CET") ("Install Date" . "lun. 07 déc. 2015 17:16:14 CET") ("Install Reason" . "Explicitly installed") ("Install Script" . "No") ("Validated By" . "None")) (aurel-pacman-filter-intern aurel-pacman-filter-date))
  #[257 "\302�\300\"\211\205�

hl-line-mode in info-list

Hi,

first of all, thanks for this wonderful package!

Second: what is the best method to activate hl-line-mode in the list buffer?

Is aurel-filter-outdated outdated?

Hello!

Today aurel-package-search did not work for me. I did the fix as below.

(defun aurel-filter-outdated (info)
  "Change `outdated' parameter of a package INFO.
Replace 1/0 with t/nil.
INFO is alist of parameter symbols and values.
Return modified info."
  (let ((param (assoc 'outdated info)))
    ;; (setcdr param (null (= 0 (cdr param))))
    (setcdr param (null (cdr param)))
    )
  info)

It looks ok for now but I actually did not really know what I was doing. I hope you can do the right thing.

HTH and thank you very much for the software, Marco

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.