texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] bridge_document_rep::notify_remove


From: skhilji
Subject: [Texmacs-dev] bridge_document_rep::notify_remove
Date: Thu, 13 May 2004 11:08:32 -0400

In this function, we have an  if statement that checks for:

if (atom(p)) {
  ...
}
else{
  ...
}

Under what circumstances will the passed in path be an atom?  If I have the 
simplest document possible containing the only the word "Test", and I want to 
delete the character 's', then the path p passed to this function is [ 0, 2 ].

Salman





reply via email to

[Prev in Thread] Current Thread [Next in Thread]