{"id":16935523,"url":"https://github.com/knu/erlang-emacs","last_synced_at":"2026-05-17T18:33:30.585Z","repository":{"id":189775555,"uuid":"681235315","full_name":"knu/erlang-emacs","owner":"knu","description":"Partial mirror of erlang/otp that only contains its Emacs files","archived":false,"fork":false,"pushed_at":"2025-04-16T18:02:48.000Z","size":1921,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-17T02:52:12.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/erlang/otp/tree/master/lib/tools/emacs","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knu.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"knu"}},"created_at":"2023-08-21T15:06:58.000Z","updated_at":"2025-04-16T18:02:51.000Z","dependencies_parsed_at":"2023-11-10T19:23:51.208Z","dependency_job_id":"f72d4f2c-551e-44ad-b1a7-7b15341c390f","html_url":"https://github.com/knu/erlang-emacs","commit_stats":null,"previous_names":["knu/erlang-emacs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/knu/erlang-emacs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Ferlang-emacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Ferlang-emacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Ferlang-emacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Ferlang-emacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knu","download_url":"https://codeload.github.com/knu/erlang-emacs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Ferlang-emacs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33149613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T20:54:45.364Z","updated_at":"2026-05-17T18:33:30.577Z","avatar_url":"https://github.com/knu.png","language":"Emacs Lisp","funding_links":["https://github.com/sponsors/knu"],"categories":[],"sub_categories":[],"readme":"\u003c!--\n %CopyrightBegin%\n\n SPDX-License-Identifier: Apache-2.0\n\n Copyright Ericsson AB 1999-2025. All Rights Reserved.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n     http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n %CopyrightEnd%\n--\u003e\n\nUser configuration notes\n========================\n\nBelow is a quick guide to necessary configurations for getting\nstarted with the Erlang mode for Emacs. Please refer to the\nUsers guide and reference manual in the documentation for the\nErlang/OTP application tools for more information.\n\n\nFor UNIX users\n--------------\n\nTo set up the Erlang Emacs mode on UNIX systems, edit/create the file\n.emacs in the your home directory.\n    \nBelow is a complete example of what should be added to a user's .emacs\nprovided that OTP is installed in the directory /usr/local/otp:\n        \n      (setq load-path (cons \"/usr/local/otp/lib/tools-\u003cToolsVer\u003e/emacs\"\n      load-path))\n      (setq erlang-root-dir \"/usr/local/otp\")\n      (setq exec-path (cons \"/usr/local/otp/bin\" exec-path))\n      (require 'erlang-start)\n\n\nFor Windows users\n-----------------\n   \nTo set up the Erlang Emacs mode on Windows systems, edit/create the\nfile .emacs, the location of the file depends on the configuration of\nthe system. If the HOME environment variable is set, Emacs will look\nfor the .emacs file in the directory indicated by the HOME\nvariable. If HOME is not set, Emacs will look for the .emacs file in\nC:\\.\n    \nBelow is a complete example of what should be added to a user's .emacs\nprovided that OTP is installed in the directory \"C:\\Program\nFiles\\Erlang OTP\":\n      \n      (setq load-path (cons  \"C:/Program Files/erl\u003cVer\u003e/lib/tools-\u003cToolsVer\u003e/emacs\"\n      load-path))\n      (setq erlang-root-dir \"C:/Program Files/Erlang OTP\")\n      (setq exec-path (cons \"C:/Program Files/Erlang OTP/bin\" exec-path))\n      (require 'erlang-start)\n\n\nMiscellaneous addons\n--------------------\n\nIn order to check erlang source code on the fly, add the following\nline to your .emacs file (after erlang-start, see above).  See\nerlang-flymake.el for more information on how to customize the syntax\ncheck.\n\n      (require 'erlang-flymake)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknu%2Ferlang-emacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknu%2Ferlang-emacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknu%2Ferlang-emacs/lists"}