Git Product home page Git Product logo

ctafconf's People

Contributors

cgestes avatar dmerejkowsky avatar elthariel avatar lpea avatar tsed avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

ctafconf's Issues

colowrapper for make broken

What's after the nice 'error' red color is no longer visible, forcing the user to use /usr/bin/make instead ...

Note: it's not a 'color' bug, the text really is truncated:

/tmp/foo/main.cpp:5: error: error

(first error in underlined red)

Seen at revision ee923a

Note: reverting commit 7b1f6ce solves the problem

how to uninstall ?

That software killed my git auto-complete, I want to get rid of it, I know the doc says it's the best thing since sliced bread but any hint on how to do it ? Thx.

Broken symbolic links

gtk-ctafconf/COPYING and gtk-ctafconf/INSTALL are broken symbolic links to /usr/share/automake-1.10/COPYING and /usr/share/automake-1.10/INSTALL but on my up-to-date Karmic Koala ubuntu i have /usr/share/automake-1.11. So you might want to replace those links with regular files copyied from /usr/share/automake-1.1*

capitN.flam
GISTR 20{08,09,10}

zsh/curse: make menuconfig does not work

make menuconfig miserably failed with zsh/ncurses.
Arrows are unusable, they print their code ("^[OB", and so on) instead of moving the active area.
After occurrence of this bug, the console is limited to 24 lines.

Of course, that does not affect make xconfig

Workaround: call menuconfig with sh: /bin/sh -c "make menuconfig"

emacs: No coloration when opening a CMakeLists.txt

Here is an (ugly) fix:

From a4575bf3d8247c8940afb3095c841d622138daa2 Mon Sep 17 00:00:00 2001
From: bmarchand 
Date: Wed, 31 Aug 2011 10:57:06 +0200
Subject: [PATCH] emacs: Fix bug: cmake-mode was not started when opening CMakeLists.txt
 Is something wrong with the add-to-list statements ?

---
 etc/emacs/ctafconf_prog.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/etc/emacs/ctafconf_prog.el b/etc/emacs/ctafconf_prog.el
index 5e7d871..910eb91 100644
--- a/etc/emacs/ctafconf_prog.el
+++ b/etc/emacs/ctafconf_prog.el
@@ -130,8 +130,10 @@
 
 ;;Cmake
 (autoload 'cmake-mode "cmake-mode" "major cmake mode" t)
-(add-to-list 'auto-mode-alist '("CMakeLists\\.txt\\'" . cmake-mode))
 (add-to-list 'auto-mode-alist '("\\.cmake\\'"         . cmake-mode))
+(setq auto-mode-alist
+      (append '(("CMakeLists\\.txt\\'" . cmake-mode))
+              auto-mode-alist))
 
 ;;AsciiDoc
 (autoload 'doc-mode "doc-mode" "major asciidoc mode" t)
-- 
1.7.4.1

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.